#55CFFF

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

Shades of Maya Blue #55CFFF

Tints of Maya Blue #55CFFF

Color information

#55CFFF (or 0x55CFFF) is unknown color: approx Maya Blue. HEX triplet: 55, CF and FF. RGB value is (85,207,255). Sum of RGB (Red+Green+Blue) = 85+207+255=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #55CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFFF is #AA3000. Grayscale: #AFAFAF. Windows color (decimal): -11153409 or 16764757. OLE color: 16764757.

HSL color Cylindrical-coordinate representation of color #55CFFF: hue angle of 196.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55CFFF is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB85207255-
CMYK0.670.1900
HSL196.94º100%66.67%-
HSV(B)196.94º66.67%100%-
XYZ44.1153.78102.66-
YUV175.99172.5863.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.54%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 255 (100% from 255) = 46.62%
R=15.54%
G=37.84%
B=46.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal852072550.670.1900196.9410066.67
Hex55CFFF431300c56443
Octal1253173771032300305144103
Binary10101011100111111111111100001110011001100010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CFFF; }

 p { color: rgb(85,207,255); }

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

<style>
 a { background-color: #55CFFF; }

 a { background-color: rgb(85,207,255); }

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

<style>
 span { border-color: #55CFFF; }

 span { border-color: rgb(85,207,255); }

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