Html Css Color HEX #55BEEB Malibu

📋 copy color: '#55BEEB'

red 85 ◦ green 190 ◦ blue 235

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

Shades of Malibu #55BEEB

Tints of Malibu #55BEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 16.67%
G = 37.25%
B = 46.08%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55BEEB (or 0x55BEEB) is known color: Malibu. HEX triplet: 55, BE and EB. RGB value is (85,190,235). Sum of RGB (Red+Green+Blue) = 85+190+235=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #55BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BEEB is #AA4114. Grayscale: #A3A3A3. Windows color (decimal): -11157781 or 15449685. OLE color: 15449685.

HSL color Cylindrical-coordinate representation of color #55BEEB: hue angle of 198º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BEEB is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 190 235 -
CMYK 0.64 0.19 0 0.08
HSL 198º 0.79% 0.63% -
HSV(B) 198º 0.64% 0.92% -
XYZ 37.16 44.76 85.28 -
YUV 163.74 168.21 71.84 -
System Red Green Blue C M Y K H S L
Decimal 85 190 235 0.64 0.19 0 0.08 198 0.79 0.63
Hex 55 BE EB 40 13 0 8 C6 4F 3F
Octal 125 276 353 100 23 0 10 306 117 77
Binary 1010101 10111110 11101011 1000000 10011 0 1000 11000110 1001111 111111

Color Harmonies of #55BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BEEB

Black with #55BEEB

Text Example


Text Example

White with #55BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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