Html Css Color HEX #53BCEF Malibu

📋 copy color: '#53BCEF'

red 83 ◦ green 188 ◦ blue 239

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

Shades of Malibu #53BCEF

Tints of Malibu #53BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 16.27%
G = 36.86%
B = 46.86%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53BCEF (or 0x53BCEF) is known color: Malibu. HEX triplet: 53, BC and EF. RGB value is (83,188,239). Sum of RGB (Red+Green+Blue) = 83+188+239=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #53BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BCEF is #AC4310. Grayscale: #A2A2A2. Windows color (decimal): -11289361 or 15711315. OLE color: 15711315.

HSL color Cylindrical-coordinate representation of color #53BCEF: hue angle of 199.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BCEF is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 188 239 -
CMYK 0.65 0.21 0 0.06
HSL 199.62º 0.83% 0.63% -
HSV(B) 199.62º 0.65% 0.94% -
XYZ 37.13 44.04 88.2 -
YUV 162.42 171.21 71.35 -
System Red Green Blue C M Y K H S L
Decimal 83 188 239 0.65 0.21 0 0.06 199.62 0.83 0.63
Hex 53 BC EF 41 15 0 6 C8 53 3F
Octal 123 274 357 101 25 0 6 310 123 77
Binary 1010011 10111100 11101111 1000001 10101 0 110 11001000 1010011 111111

Color Harmonies of #53BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCEF

Black with #53BCEF

Text Example


Text Example

White with #53BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,188,239); }

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

background-color css

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

 a { background-color: rgb(83,188,239); }

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

border-color css

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

 span { border-color: rgb(83,188,239); }

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