#6CCFFB

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

Shades of Maya Blue #6CCFFB

Tints of Maya Blue #6CCFFB

Color information

#6CCFFB (or 0x6CCFFB) is unknown color: approx Maya Blue. HEX triplet: 6C, CF and FB. RGB value is (108,207,251). Sum of RGB (Red+Green+Blue) = 108+207+251=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CCFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFFB is #933004. Grayscale: #B6B6B6. Windows color (decimal): -9646085 or 16502636. OLE color: 16502636.

HSL color Cylindrical-coordinate representation of color #6CCFFB: hue angle of 198.46º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CCFFB is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108207251-
CMYK0.570.1800.02
HSL198.46º94.7%70.39%-
HSV(B)198.46º56.97%98.43%-
XYZ45.9154.7899.42-
YUV182.42166.774.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.08%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=19.08%
G=36.57%
B=44.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082072510.570.1800.02198.4694.770.39
Hex6CCFFB391202c65f46
Octal154317373712202306137106
Binary11011001100111111111011111001100100101100011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,207,251); }

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

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

 a { background-color: rgb(108,207,251); }

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

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

 span { border-color: rgb(108,207,251); }

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