Html Css Color HEX #55BEFF Maya Blue

📋 copy color: '#55BEFF'

red 85 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #55BEFF

Tints of Maya Blue #55BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.85%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 16.04%
G = 35.85%
B = 48.11%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55BEFF (or 0x55BEFF) is known color: Maya Blue. HEX triplet: 55, BE and FF. RGB value is (85,190,255). Sum of RGB (Red+Green+Blue) = 85+190+255=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #55BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BEFF is #AA4100. Grayscale: #A5A5A5. Windows color (decimal): -11157761 or 16760405. OLE color: 16760405.

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

Color convert

RGB 85 190 255 -
CMYK 0.67 0.25 0 0
HSL 202.94º 1% 0.67% -
HSV(B) 202.94º 0.67% 1% -
XYZ 40.21 45.98 101.36 -
YUV 166.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 85 190 255 0.67 0.25 0 0 202.94 1 0.67
Hex 55 BE FF 43 19 0 0 CB 64 43
Octal 125 276 377 103 31 0 0 313 144 103
Binary 1010101 10111110 11111111 1000011 11001 0 0 11001011 1100100 1000011

Color Harmonies of #55BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BEFF

Black with #55BEFF

Text Example


Text Example

White with #55BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,190,255); }

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

background-color css

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

 a { background-color: rgb(85,190,255); }

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

border-color css

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

 span { border-color: rgb(85,190,255); }

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