#69C3FF

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

Shades of Maya Blue #69C3FF

Tints of Maya Blue #69C3FF

Color information

#69C3FF (or 0x69C3FF) is unknown color: approx Maya Blue. HEX triplet: 69, C3 and FF. RGB value is (105,195,255). Sum of RGB (Red+Green+Blue) = 105+195+255=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #69C3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C3FF is #963C00. Grayscale: #AEAEAE. Windows color (decimal): -9845761 or 16761705. OLE color: 16761705.

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

Color convert

RGB105195255-
CMYK0.590.2400
HSL204º100%70.59%-
HSV(B)204º58.82%100%-
XYZ43.3949.25101.83-
YUV174.93173.1878.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.92%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 255 (100% from 255) = 45.95%
R=18.92%
G=35.14%
B=45.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051952550.590.240020410070.59
Hex69C3FF3B1800cc6447
Octal151303377733000314144107
Binary1101001110000111111111111101111000001100110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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