Html Css Color HEX #53BCEB Malibu

📋 copy color: '#53BCEB'

red 83 ◦ green 188 ◦ blue 235

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

Shades of Malibu #53BCEB

Tints of Malibu #53BCEB

RGB

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

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

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

R = 16.4%
G = 37.15%
B = 46.44%

CMYK

 C value IS 0.65

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53BCEB (or 0x53BCEB) is known color: Malibu. HEX triplet: 53, BC and EB. RGB value is (83,188,235). Sum of RGB (Red+Green+Blue) = 83+188+235=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #53BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BCEB is #AC4314. Grayscale: #A1A1A1. Windows color (decimal): -11289365 or 15449171. OLE color: 15449171.

HSL color Cylindrical-coordinate representation of color #53BCEB: hue angle of 198.55º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BCEB is Cyan = 0.65, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 188 235 -
CMYK 0.65 0.2 0 0.08
HSL 198.55º 0.79% 0.62% -
HSV(B) 198.55º 0.65% 0.92% -
XYZ 36.55 43.8 85.13 -
YUV 161.96 169.21 71.68 -
System Red Green Blue C M Y K H S L
Decimal 83 188 235 0.65 0.2 0 0.08 198.55 0.79 0.62
Hex 53 BC EB 41 14 0 8 C7 4F 3E
Octal 123 274 353 101 24 0 10 307 117 76
Binary 1010011 10111100 11101011 1000001 10100 0 1000 11000111 1001111 111110

Color Harmonies of #53BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCEB

Black with #53BCEB

Text Example


Text Example

White with #53BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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