Html Css Color HEX #53B0FE Malibu

📋 copy color: '#53B0FE'

red 83 ◦ green 176 ◦ blue 254

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

Shades of Malibu #53B0FE

Tints of Malibu #53B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.31%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 16.18%
G = 34.31%
B = 49.51%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53B0FE (or 0x53B0FE) is known color: Malibu. HEX triplet: 53, B0 and FE. RGB value is (83,176,254). Sum of RGB (Red+Green+Blue) = 83+176+254=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #53B0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B0FE is #AC4F01. Grayscale: #9C9C9C. Windows color (decimal): -11292418 or 16691283. OLE color: 16691283.

HSL color Cylindrical-coordinate representation of color #53B0FE: hue angle of 207.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53B0FE is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 176 254 -
CMYK 0.67 0.31 0 0.00
HSL 207.37º 0.99% 0.66% -
HSV(B) 207.37º 0.67% 1% -
XYZ 36.98 40.05 99.55 -
YUV 157.09 182.69 75.16 -
System Red Green Blue C M Y K H S L
Decimal 83 176 254 0.67 0.31 0 0.00 207.37 0.99 0.66
Hex 53 B0 FE 43 1F 0 0 CF 63 42
Octal 123 260 376 103 37 0 0 317 143 102
Binary 1010011 10110000 11111110 1000011 11111 0 0 11001111 1100011 1000010

Color Harmonies of #53B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B0FE

Black with #53B0FE

Text Example


Text Example

White with #53B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,176,254); }

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

background-color css

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

 a { background-color: rgb(83,176,254); }

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

border-color css

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

 span { border-color: rgb(83,176,254); }

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