Html Css Color HEX #55BDFB Maya Blue

📋 copy color: '#55BDFB'

red 85 ◦ green 189 ◦ blue 251

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

Shades of Maya Blue #55BDFB

Tints of Maya Blue #55BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

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

R = 16.19%
G = 36%
B = 47.81%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55BDFB (or 0x55BDFB) is known color: Maya Blue. HEX triplet: 55, BD and FB. RGB value is (85,189,251). Sum of RGB (Red+Green+Blue) = 85+189+251=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #55BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDFB is #AA4204. Grayscale: #A4A4A4. Windows color (decimal): -11158021 or 16498005. OLE color: 16498005.

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

Color convert

RGB 85 189 251 -
CMYK 0.66 0.25 0 0.02
HSL 202.41º 0.95% 0.66% -
HSV(B) 202.41º 0.66% 0.98% -
XYZ 39.36 45.29 97.93 -
YUV 164.97 176.54 70.96 -
System Red Green Blue C M Y K H S L
Decimal 85 189 251 0.66 0.25 0 0.02 202.41 0.95 0.66
Hex 55 BD FB 42 19 0 2 CA 5F 42
Octal 125 275 373 102 31 0 2 312 137 102
Binary 1010101 10111101 11111011 1000010 11001 0 10 11001010 1011111 1000010

Color Harmonies of #55BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BDFB

Black with #55BDFB

Text Example


Text Example

White with #55BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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