Html Css Color HEX #55BFFA Maya Blue

📋 copy color: '#55BFFA'

red 85 ◦ green 191 ◦ blue 250

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

Shades of Maya Blue #55BFFA

Tints of Maya Blue #55BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 36.31%

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

R = 16.16%
G = 36.31%
B = 47.53%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55BFFA (or 0x55BFFA) is known color: Maya Blue. HEX triplet: 55, BF and FA. RGB value is (85,191,250). Sum of RGB (Red+Green+Blue) = 85+191+250=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #55BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFFA is #AA4005. Grayscale: #A5A5A5. Windows color (decimal): -11157510 or 16432981. OLE color: 16432981.

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

Color convert

RGB 85 191 250 -
CMYK 0.66 0.24 0 0.02
HSL 201.45º 0.94% 0.66% -
HSV(B) 201.45º 0.66% 0.98% -
XYZ 39.63 46.1 97.25 -
YUV 166.03 175.38 70.2 -
System Red Green Blue C M Y K H S L
Decimal 85 191 250 0.66 0.24 0 0.02 201.45 0.94 0.66
Hex 55 BF FA 42 18 0 2 C9 5E 42
Octal 125 277 372 102 30 0 2 311 136 102
Binary 1010101 10111111 11111010 1000010 11000 0 10 11001001 1011110 1000010

Color Harmonies of #55BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFFA

Black with #55BFFA

Text Example


Text Example

White with #55BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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