Html Css Color HEX #55CDFB Maya Blue

📋 copy color: '#55CDFB'

red 85 ◦ green 205 ◦ blue 251

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

Shades of Maya Blue #55CDFB

Tints of Maya Blue #55CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 15.71%
G = 37.89%
B = 46.4%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55CDFB (or 0x55CDFB) is known color: Maya Blue. HEX triplet: 55, CD and FB. RGB value is (85,205,251). Sum of RGB (Red+Green+Blue) = 85+205+251=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #55CDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CDFB is #AA3204. Grayscale: #AEAEAE. Windows color (decimal): -11153925 or 16502101. OLE color: 16502101.

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

Color convert

RGB 85 205 251 -
CMYK 0.66 0.18 0 0.02
HSL 196.63º 0.95% 0.66% -
HSV(B) 196.63º 0.66% 0.98% -
XYZ 42.99 52.56 99.15 -
YUV 174.36 171.24 64.26 -
System Red Green Blue C M Y K H S L
Decimal 85 205 251 0.66 0.18 0 0.02 196.63 0.95 0.66
Hex 55 CD FB 42 12 0 2 C5 5F 42
Octal 125 315 373 102 22 0 2 305 137 102
Binary 1010101 11001101 11111011 1000010 10010 0 10 11000101 1011111 1000010

Color Harmonies of #55CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CDFB

Black with #55CDFB

Text Example


Text Example

White with #55CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,205,251); }

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

background-color css

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

 a { background-color: rgb(85,205,251); }

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

border-color css

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

 span { border-color: rgb(85,205,251); }

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