Html Css Color HEX #55BAFE Maya Blue

📋 copy color: '#55BAFE'

red 85 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #55BAFE

Tints of Maya Blue #55BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 16.19%
G = 35.43%
B = 48.38%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#55BAFE (or 0x55BAFE) is known color: Maya Blue. HEX triplet: 55, BA and FE. RGB value is (85,186,254). Sum of RGB (Red+Green+Blue) = 85+186+254=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #55BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAFE is #AA4501. Grayscale: #A3A3A3. Windows color (decimal): -11158786 or 16693845. OLE color: 16693845.

HSL color Cylindrical-coordinate representation of color #55BAFE: hue angle of 204.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55BAFE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 186 254 -
CMYK 0.67 0.27 0 0.00
HSL 204.14º 0.99% 0.66% -
HSV(B) 204.14º 0.67% 1% -
XYZ 39.19 44.2 100.23 -
YUV 163.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 85 186 254 0.67 0.27 0 0.00 204.14 0.99 0.66
Hex 55 BA FE 43 1B 0 0 CC 63 42
Octal 125 272 376 103 33 0 0 314 143 102
Binary 1010101 10111010 11111110 1000011 11011 0 0 11001100 1100011 1000010

Color Harmonies of #55BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BAFE

Black with #55BAFE

Text Example


Text Example

White with #55BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,254); }

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

background-color css

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

 a { background-color: rgb(85,186,254); }

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

border-color css

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

 span { border-color: rgb(85,186,254); }

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