#69CDFF

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

Shades of Maya Blue #69CDFF

Tints of Maya Blue #69CDFF

Color information

#69CDFF (or 0x69CDFF) is unknown color: approx Maya Blue. HEX triplet: 69, CD and FF. RGB value is (105,205,255). Sum of RGB (Red+Green+Blue) = 105+205+255=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #69CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDFF is #963200. Grayscale: #B4B4B4. Windows color (decimal): -9843201 or 16764265. OLE color: 16764265.

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

Color convert

RGB105205255-
CMYK0.590.2000
HSL200º100%70.59%-
HSV(B)200º58.82%100%-
XYZ45.7153.89102.6-
YUV180.8169.8773.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.58%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 255 (100% from 255) = 45.13%
R=18.58%
G=36.28%
B=45.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052052550.590.200020010070.59
Hex69CDFF3B1400c86447
Octal151315377732400310144107
Binary1101001110011011111111111101110100001100100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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