#6CBBF2

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

Shades of Maya Blue #6CBBF2

Tints of Maya Blue #6CBBF2

Color information

#6CBBF2 (or 0x6CBBF2) is unknown color: approx Maya Blue. HEX triplet: 6C, BB and F2. RGB value is (108,187,242). Sum of RGB (Red+Green+Blue) = 108+187+242=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CBBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBBF2 is #93440D. Grayscale: #A9A9A9. Windows color (decimal): -9651214 or 15907692. OLE color: 15907692.

HSL color Cylindrical-coordinate representation of color #6CBBF2: hue angle of 204.63º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CBBF2 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108187242-
CMYK0.550.2300.05
HSL204.63º83.75%68.63%-
HSV(B)204.63º55.37%94.9%-
XYZ39.9845.1490.61-
YUV169.65168.8384.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.11%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 242 (94.92% from 255) = 45.07%
R=20.11%
G=34.82%
B=45.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081872420.550.2300.05204.6383.7568.63
Hex6CBBF2371705cd5445
Octal154273362672705315124105
Binary110110010111011111100101101111011101011100110110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CBBF2; }

 p { color: rgb(108,187,242); }

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

<style>
 a { background-color: #6CBBF2; }

 a { background-color: rgb(108,187,242); }

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

<style>
 span { border-color: #6CBBF2; }

 span { border-color: rgb(108,187,242); }

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