#6CCAFF

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

Shades of Maya Blue #6CCAFF

Tints of Maya Blue #6CCAFF

Color information

#6CCAFF (or 0x6CCAFF) is unknown color: approx Maya Blue. HEX triplet: 6C, CA and FF. RGB value is (108,202,255). Sum of RGB (Red+Green+Blue) = 108+202+255=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCAFF is #933500. Grayscale: #B3B3B3. Windows color (decimal): -9647361 or 16763500. OLE color: 16763500.

HSL color Cylindrical-coordinate representation of color #6CCAFF: hue angle of 201.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CCAFF is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB108202255-
CMYK0.580.2100
HSL201.63º100%71.18%-
HSV(B)201.63º57.65%100%-
XYZ45.3552.65102.38-
YUV179.94170.3676.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.12%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 255 (100% from 255) = 45.13%
R=19.12%
G=35.75%
B=45.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082022550.580.2100201.6310071.18
Hex6CCAFF3A1500ca6447
Octal154312377722500312144107
Binary1101100110010101111111111101010101001100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,202,255); }

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

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

 a { background-color: rgb(108,202,255); }

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

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

 span { border-color: rgb(108,202,255); }

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