#69CDFA

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

Shades of Maya Blue #69CDFA

Tints of Maya Blue #69CDFA

Color information

#69CDFA (or 0x69CDFA) is unknown color: approx Maya Blue. HEX triplet: 69, CD and FA. RGB value is (105,205,250). Sum of RGB (Red+Green+Blue) = 105+205+250=560 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.75% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #69CDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDFA is #963205. Grayscale: #B3B3B3. Windows color (decimal): -9843206 or 16436585. OLE color: 16436585.

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

Color convert

RGB105205250-
CMYK0.580.1800.02
HSL198.62º93.55%69.61%-
HSV(B)198.62º58%98.04%-
XYZ44.9153.5798.42-
YUV180.23167.3774.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.75%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=18.75%
G=36.61%
B=44.64%

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
Decimal1052052500.580.1800.02198.6293.5569.61
Hex69CDFA3A1202c75e46
Octal151315372722202307136106
Binary11010011100110111111010111010100100101100011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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