#69C0FE

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

Shades of Maya Blue #69C0FE

Tints of Maya Blue #69C0FE

Color information

#69C0FE (or 0x69C0FE) is unknown color: approx Maya Blue. HEX triplet: 69, C0 and FE. RGB value is (105,192,254). Sum of RGB (Red+Green+Blue) = 105+192+254=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #69C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C0FE is #963F01. Grayscale: #ACACAC. Windows color (decimal): -9846530 or 16695401. OLE color: 16695401.

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

Color convert

RGB105192254-
CMYK0.590.2400.00
HSL204.97º98.68%70.39%-
HSV(B)204.97º58.66%99.61%-
XYZ42.5647.86100.76-
YUV173.05173.6879.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.06%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=19.06%
G=34.85%
B=46.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051922540.590.2400.00204.9798.6870.39
Hex69C0FE3B1800cd6346
Octal151300376733000315143106
Binary1101001110000001111111011101111000001100110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,192,254); }

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

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

 a { background-color: rgb(105,192,254); }

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

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

 span { border-color: rgb(105,192,254); }

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