#69CAF1

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

Shades of Maya Blue #69CAF1

Tints of Maya Blue #69CAF1

Color information

#69CAF1 (or 0x69CAF1) is unknown color: approx Maya Blue. HEX triplet: 69, CA and F1. RGB value is (105,202,241). Sum of RGB (Red+Green+Blue) = 105+202+241=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #69CAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CAF1 is #96350E. Grayscale: #B1B1B1. Windows color (decimal): -9843983 or 15845993. OLE color: 15845993.

HSL color Cylindrical-coordinate representation of color #69CAF1: hue angle of 197.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69CAF1 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105202241-
CMYK0.560.1600.05
HSL197.21º82.93%67.84%-
HSV(B)197.21º56.43%94.51%-
XYZ42.8251.690.92-
YUV177.44163.8676.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.16%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=19.16%
G=36.86%
B=43.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052022410.560.1600.05197.2182.9367.84
Hex69CAF1381005c55344
Octal151312361702005305123104
Binary110100111001010111100011110001000001011100010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,241); }

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

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

 a { background-color: rgb(105,202,241); }

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

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

 span { border-color: rgb(105,202,241); }

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