Html Css Color HEX #55C7FC Maya Blue

📋 copy color: '#55C7FC'

red 85 ◦ green 199 ◦ blue 252

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

Shades of Maya Blue #55C7FC

Tints of Maya Blue #55C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.13%

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 15.86%
G = 37.13%
B = 47.01%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55C7FC (or 0x55C7FC) is known color: Maya Blue. HEX triplet: 55, C7 and FC. RGB value is (85,199,252). Sum of RGB (Red+Green+Blue) = 85+199+252=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #55C7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C7FC is #AA3803. Grayscale: #AAAAAA. Windows color (decimal): -11155460 or 16566101. OLE color: 16566101.

HSL color Cylindrical-coordinate representation of color #55C7FC: hue angle of 199.04º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55C7FC is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 199 252 -
CMYK 0.66 0.21 0 0.01
HSL 199.04º 0.97% 0.66% -
HSV(B) 199.04º 0.66% 0.99% -
XYZ 41.74 49.81 99.51 -
YUV 170.96 173.73 66.69 -
System Red Green Blue C M Y K H S L
Decimal 85 199 252 0.66 0.21 0 0.01 199.04 0.97 0.66
Hex 55 C7 FC 42 15 0 1 C7 61 42
Octal 125 307 374 102 25 0 1 307 141 102
Binary 1010101 11000111 11111100 1000010 10101 0 1 11000111 1100001 1000010

Color Harmonies of #55C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C7FC

Black with #55C7FC

Text Example


Text Example

White with #55C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,199,252); }

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

background-color css

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

 a { background-color: rgb(85,199,252); }

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

border-color css

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

 span { border-color: rgb(85,199,252); }

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