Html Css Color HEX #53BFEB Malibu

📋 copy color: '#53BFEB'

red 83 ◦ green 191 ◦ blue 235

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

Shades of Malibu #53BFEB

Tints of Malibu #53BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 37.52%

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

R = 16.31%
G = 37.52%
B = 46.17%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53BFEB (or 0x53BFEB) is known color: Malibu. HEX triplet: 53, BF and EB. RGB value is (83,191,235). Sum of RGB (Red+Green+Blue) = 83+191+235=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #53BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFEB is #AC4014. Grayscale: #A3A3A3. Windows color (decimal): -11288597 or 15449939. OLE color: 15449939.

HSL color Cylindrical-coordinate representation of color #53BFEB: hue angle of 197.37º 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 #53BFEB is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 191 235 -
CMYK 0.65 0.19 0 0.08
HSL 197.37º 0.79% 0.62% -
HSV(B) 197.37º 0.65% 0.92% -
XYZ 37.19 45.1 85.34 -
YUV 163.72 168.22 70.42 -
System Red Green Blue C M Y K H S L
Decimal 83 191 235 0.65 0.19 0 0.08 197.37 0.79 0.62
Hex 53 BF EB 41 13 0 8 C5 4F 3E
Octal 123 277 353 101 23 0 10 305 117 76
Binary 1010011 10111111 11101011 1000001 10011 0 1000 11000101 1001111 111110

Color Harmonies of #53BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFEB

Black with #53BFEB

Text Example


Text Example

White with #53BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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