#69CCFA

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

Shades of Maya Blue #69CCFA

Tints of Maya Blue #69CCFA

Color information

#69CCFA (or 0x69CCFA) is unknown color: approx Maya Blue. HEX triplet: 69, CC and FA. RGB value is (105,204,250). Sum of RGB (Red+Green+Blue) = 105+204+250=559 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.78% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #69CCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CCFA is #963305. Grayscale: #B3B3B3. Windows color (decimal): -9843462 or 16436329. OLE color: 16436329.

HSL color Cylindrical-coordinate representation of color #69CCFA: hue angle of 199.03º 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 #69CCFA is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105204250-
CMYK0.580.1800.02
HSL199.03º93.55%69.61%-
HSV(B)199.03º58%98.04%-
XYZ44.6753.0998.34-
YUV179.64167.774.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.78%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=18.78%
G=36.49%
B=44.72%

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
Decimal1052042500.580.1800.02199.0393.5569.61
Hex69CCFA3A1202c75e46
Octal151314372722202307136106
Binary11010011100110011111010111010100100101100011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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