Html Css Color HEX #53B1FE Malibu

📋 copy color: '#53B1FE'

red 83 ◦ green 177 ◦ blue 254

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

Shades of Malibu #53B1FE

Tints of Malibu #53B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

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

R = 16.15%
G = 34.44%
B = 49.42%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53B1FE (or 0x53B1FE) is known color: Malibu. HEX triplet: 53, B1 and FE. RGB value is (83,177,254). Sum of RGB (Red+Green+Blue) = 83+177+254=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #53B1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B1FE is #AC4E01. Grayscale: #9D9D9D. Windows color (decimal): -11292162 or 16691539. OLE color: 16691539.

HSL color Cylindrical-coordinate representation of color #53B1FE: hue angle of 207.02º 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 #53B1FE is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 177 254 -
CMYK 0.67 0.30 0 0.00
HSL 207.02º 0.99% 0.66% -
HSV(B) 207.02º 0.67% 1% -
XYZ 37.18 40.44 99.61 -
YUV 157.67 182.36 74.74 -
System Red Green Blue C M Y K H S L
Decimal 83 177 254 0.67 0.30 0 0.00 207.02 0.99 0.66
Hex 53 B1 FE 43 1E 0 0 CF 63 42
Octal 123 261 376 103 36 0 0 317 143 102
Binary 1010011 10110001 11111110 1000011 11110 0 0 11001111 1100011 1000010

Color Harmonies of #53B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B1FE

Black with #53B1FE

Text Example


Text Example

White with #53B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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