#69B4FF

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

Shades of Maya Blue #69B4FF

Tints of Maya Blue #69B4FF

Color information

#69B4FF (or 0x69B4FF) is unknown color: approx Maya Blue. HEX triplet: 69, B4 and FF. RGB value is (105,180,255). Sum of RGB (Red+Green+Blue) = 105+180+255=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #69B4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B4FF is #964B00. Grayscale: #A5A5A5. Windows color (decimal): -9849601 or 16757865. OLE color: 16757865.

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

Color convert

RGB105180255-
CMYK0.590.2900
HSL210º100%70.59%-
HSV(B)210º58.82%100%-
XYZ40.242.87100.76-
YUV166.12178.1584.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.44%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 47.22%
R=19.44%
G=33.33%
B=47.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051802550.590.290021010070.59
Hex69B4FF3B1D00d26447
Octal151264377733500322144107
Binary1101001101101001111111111101111101001101001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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