Html Css Color HEX #55C6FA Maya Blue

📋 copy color: '#55C6FA'

red 85 ◦ green 198 ◦ blue 250

#55C6FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #55C6FA

Tints of Maya Blue #55C6FA

RGB

 RED value IS 85 (33.59% from 255) = 15.95%

 GREEN value IS 198 (77.73% from 255) = 37.15%

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 15.95%
G = 37.15%
B = 46.9%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55C6FA (or 0x55C6FA) is known color: Maya Blue. HEX triplet: 55, C6 and FA. RGB value is (85,198,250). Sum of RGB (Red+Green+Blue) = 85+198+250=533 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.95% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #55C6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C6FA is #AA3905. Grayscale: #A9A9A9. Windows color (decimal): -11155718 or 16434773. OLE color: 16434773.

HSL color Cylindrical-coordinate representation of color #55C6FA: hue angle of 198.91º 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 #55C6FA is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 198 250 -
CMYK 0.66 0.21 0 0.02
HSL 198.91º 0.94% 0.66% -
HSV(B) 198.91º 0.66% 0.98% -
XYZ 41.2 49.22 97.77 -
YUV 170.14 173.06 67.27 -
System Red Green Blue C M Y K H S L
Decimal 85 198 250 0.66 0.21 0 0.02 198.91 0.94 0.66
Hex 55 C6 FA 42 15 0 2 C7 5E 42
Octal 125 306 372 102 25 0 2 307 136 102
Binary 1010101 11000110 11111010 1000010 10101 0 10 11000111 1011110 1000010

Color Harmonies of #55C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C6FA

Black with #55C6FA

Text Example


Text Example

White with #55C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55C6FA;
 }
 .AnyTagClassName
 {
   color: #55C6FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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