Html Css Color HEX #53BBE5 Malibu

📋 copy color: '#53BBE5'

red 83 ◦ green 187 ◦ blue 229

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

Shades of Malibu #53BBE5

Tints of Malibu #53BBE5

RGB

 RED value IS 83 (32.81% from 255) = 16.63%

 GREEN value IS 187 (73.44% from 255) = 37.47%

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 16.63%
G = 37.47%
B = 45.89%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#53BBE5 (or 0x53BBE5) is known color: Malibu. HEX triplet: 53, BB and E5. RGB value is (83,187,229). Sum of RGB (Red+Green+Blue) = 83+187+229=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #53BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBE5 is #AC441A. Grayscale: #A0A0A0. Windows color (decimal): -11289627 or 15055699. OLE color: 15055699.

HSL color Cylindrical-coordinate representation of color #53BBE5: hue angle of 197.26º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53BBE5 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 187 229 -
CMYK 0.64 0.18 0 0.10
HSL 197.26º 0.74% 0.61% -
HSV(B) 197.26º 0.64% 0.9% -
XYZ 35.48 43.04 80.57 -
YUV 160.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 83 187 229 0.64 0.18 0 0.10 197.26 0.74 0.61
Hex 53 BB E5 40 12 0 A C5 4A 3D
Octal 123 273 345 100 22 0 12 305 112 75
Binary 1010011 10111011 11100101 1000000 10010 0 1010 11000101 1001010 111101

Color Harmonies of #53BBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBE5

Black with #53BBE5

Text Example


Text Example

White with #53BBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BBE5; }

 p { color: rgb(83,187,229); }

 H1.HeaderClassName
 {
   color: #53BBE5;
 }
 .AnyTagClassName
 {
   color: #53BBE5;
 }
</style>

background-color css

<style>
 a { background-color: #53BBE5; }

 a { background-color: rgb(83,187,229); }

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

border-color css

<style>
 span { border-color: #53BBE5; }

 span { border-color: rgb(83,187,229); }

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