Html Css Color HEX #53BFEE Malibu

📋 copy color: '#53BFEE'

red 83 ◦ green 191 ◦ blue 238

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

Shades of Malibu #53BFEE

Tints of Malibu #53BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 16.21%
G = 37.3%
B = 46.48%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53BFEE (or 0x53BFEE) is known color: Malibu. HEX triplet: 53, BF and EE. RGB value is (83,191,238). Sum of RGB (Red+Green+Blue) = 83+191+238=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #53BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFEE is #AC4011. Grayscale: #A3A3A3. Windows color (decimal): -11288594 or 15646547. OLE color: 15646547.

HSL color Cylindrical-coordinate representation of color #53BFEE: hue angle of 198.19º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BFEE is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 191 238 -
CMYK 0.65 0.20 0 0.07
HSL 198.19º 0.82% 0.63% -
HSV(B) 198.19º 0.65% 0.93% -
XYZ 37.63 45.27 87.64 -
YUV 164.07 169.72 70.18 -
System Red Green Blue C M Y K H S L
Decimal 83 191 238 0.65 0.20 0 0.07 198.19 0.82 0.63
Hex 53 BF EE 41 14 0 7 C6 52 3F
Octal 123 277 356 101 24 0 7 306 122 77
Binary 1010011 10111111 11101110 1000001 10100 0 111 11000110 1010010 111111

Color Harmonies of #53BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFEE

Black with #53BFEE

Text Example


Text Example

White with #53BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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