#69CEFA

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

Shades of Maya Blue #69CEFA

Tints of Maya Blue #69CEFA

Color information

#69CEFA (or 0x69CEFA) is unknown color: approx Maya Blue. HEX triplet: 69, CE and FA. RGB value is (105,206,250). Sum of RGB (Red+Green+Blue) = 105+206+250=561 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.72% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #69CEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CEFA is #963105. Grayscale: #B4B4B4. Windows color (decimal): -9842950 or 16436841. OLE color: 16436841.

HSL color Cylindrical-coordinate representation of color #69CEFA: hue angle of 198.21º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69CEFA is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105206250-
CMYK0.580.1800.02
HSL198.21º93.55%69.61%-
HSV(B)198.21º58%98.04%-
XYZ45.1554.0598.5-
YUV180.82167.0473.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.72%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=18.72%
G=36.72%
B=44.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052062500.580.1800.02198.2193.5569.61
Hex69CEFA3A1202c65e46
Octal151316372722202306136106
Binary11010011100111011111010111010100100101100011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,206,250); }

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

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

 a { background-color: rgb(105,206,250); }

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

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

 span { border-color: rgb(105,206,250); }

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