#69C4FF

Color #69C4FF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #69C4FF

Tints of Maya Blue #69C4FF

Color information

#69C4FF (or 0x69C4FF) is unknown color: approx Maya Blue. HEX triplet: 69, C4 and FF. RGB value is (105,196,255). Sum of RGB (Red+Green+Blue) = 105+196+255=556 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.88% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #69C4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C4FF is #963B00. Grayscale: #AFAFAF. Windows color (decimal): -9845505 or 16761961. OLE color: 16761961.

HSL color Cylindrical-coordinate representation of color #69C4FF: hue angle of 203.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69C4FF is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105196255-
CMYK0.590.2300
HSL203.6º100%70.59%-
HSV(B)203.6º58.82%100%-
XYZ43.6249.7101.9-
YUV175.52172.8577.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 18.88%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 255 (100% from 255) = 45.86%
R=18.88%
G=35.25%
B=45.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051962550.590.2300203.610070.59
Hex69C4FF3B1700cc6447
Octal151304377732700314144107
Binary1101001110001001111111111101110111001100110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C4FF; }

 p { color: rgb(105,196,255); }

 H1.HeaderClassName
 {
   color: #69C4FF;
 }
 .AnyTagClassName
 {
   color: #69C4FF;
 }
</style>
background-color css

<style>
 a { background-color: #69C4FF; }

 a { background-color: rgb(105,196,255); }

 div.DivClassName
 {
   background-color: #69C4FF;
 }
 .BgClassName
 {
   background-color: #69C4FF;
 }
</style>
border-color css

<style>
 span { border-color: #69C4FF; }

 span { border-color: rgb(105,196,255); }

 td.TdClassName
 {
   border-color: #69C4FF;
 }
 .TagClassName
 {
   border-color: #69C4FF;
 }
</style>