#55C1FA

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

Shades of Maya Blue #55C1FA

Tints of Maya Blue #55C1FA

Color information

#55C1FA (or 0x55C1FA) is unknown color: approx Maya Blue. HEX triplet: 55, C1 and FA. RGB value is (85,193,250). Sum of RGB (Red+Green+Blue) = 85+193+250=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #55C1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C1FA is #AA3E05. Grayscale: #A6A6A6. Windows color (decimal): -11156998 or 16433493. OLE color: 16433493.

HSL color Cylindrical-coordinate representation of color #55C1FA: hue angle of 200.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55C1FA is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85193250-
CMYK0.660.2300.02
HSL200.73º94.29%65.69%-
HSV(B)200.73º66%98.04%-
XYZ40.0746.9797.4-
YUV167.21174.7269.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.10%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=16.10%
G=36.55%
B=47.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal851932500.660.2300.02200.7394.2965.69
Hex55C1FA421702c95e42
Octal1253013721022702311136102
Binary101010111000001111110101000010101110101100100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,250); }

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

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

 a { background-color: rgb(85,193,250); }

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

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

 span { border-color: rgb(85,193,250); }

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