#69C9FF

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

Shades of Maya Blue #69C9FF

Tints of Maya Blue #69C9FF

Color information

#69C9FF (or 0x69C9FF) is unknown color: approx Maya Blue. HEX triplet: 69, C9 and FF. RGB value is (105,201,255). Sum of RGB (Red+Green+Blue) = 105+201+255=561 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.72% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #69C9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C9FF is #963600. Grayscale: #B2B2B2. Windows color (decimal): -9844225 or 16763241. OLE color: 16763241.

HSL color Cylindrical-coordinate representation of color #69C9FF: hue angle of 201.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 #69C9FF is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105201255-
CMYK0.590.2100
HSL201.6º100%70.59%-
HSV(B)201.6º58.82%100%-
XYZ44.7652102.28-
YUV178.45171.275.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.72%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 255 (100% from 255) = 45.45%
R=18.72%
G=35.83%
B=45.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052012550.590.2100201.610070.59
Hex69C9FF3B1500ca6447
Octal151311377732500312144107
Binary1101001110010011111111111101110101001100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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