Html Css Color HEX #53BBF3 Malibu

📋 copy color: '#53BBF3'

red 83 ◦ green 187 ◦ blue 243

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

Shades of Malibu #53BBF3

Tints of Malibu #53BBF3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 16.18%
G = 36.45%
B = 47.37%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53BBF3 (or 0x53BBF3) is known color: Malibu. HEX triplet: 53, BB and F3. RGB value is (83,187,243). Sum of RGB (Red+Green+Blue) = 83+187+243=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #53BBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBF3 is #AC440C. Grayscale: #A1A1A1. Windows color (decimal): -11289613 or 15973203. OLE color: 15973203.

HSL color Cylindrical-coordinate representation of color #53BBF3: hue angle of 201º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BBF3 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 187 243 -
CMYK 0.66 0.23 0 0.05
HSL 201º 0.87% 0.64% -
HSV(B) 201º 0.66% 0.95% -
XYZ 37.52 43.85 91.28 -
YUV 162.29 173.54 71.45 -
System Red Green Blue C M Y K H S L
Decimal 83 187 243 0.66 0.23 0 0.05 201 0.87 0.64
Hex 53 BB F3 42 17 0 5 C9 57 40
Octal 123 273 363 102 27 0 5 311 127 100
Binary 1010011 10111011 11110011 1000010 10111 0 101 11001001 1010111 1000000

Color Harmonies of #53BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBF3

Black with #53BBF3

Text Example


Text Example

White with #53BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,187,243); }

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

background-color css

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

 a { background-color: rgb(83,187,243); }

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

border-color css

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

 span { border-color: rgb(83,187,243); }

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