Html Css Color HEX #53C4F1 Malibu

📋 copy color: '#53C4F1'

red 83 ◦ green 196 ◦ blue 241

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

Shades of Malibu #53C4F1

Tints of Malibu #53C4F1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 15.96%
G = 37.69%
B = 46.35%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53C4F1 (or 0x53C4F1) is known color: Malibu. HEX triplet: 53, C4 and F1. RGB value is (83,196,241). Sum of RGB (Red+Green+Blue) = 83+196+241=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #53C4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C4F1 is #AC3B0E. Grayscale: #A7A7A7. Windows color (decimal): -11287311 or 15844435. OLE color: 15844435.

HSL color Cylindrical-coordinate representation of color #53C4F1: hue angle of 197.09º degrees, saturation: 0.85, 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 #53C4F1 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 196 241 -
CMYK 0.66 0.19 0 0.05
HSL 197.09º 0.85% 0.64% -
HSV(B) 197.09º 0.66% 0.95% -
XYZ 39.18 47.67 90.36 -
YUV 167.34 169.56 67.84 -
System Red Green Blue C M Y K H S L
Decimal 83 196 241 0.66 0.19 0 0.05 197.09 0.85 0.64
Hex 53 C4 F1 42 13 0 5 C5 55 40
Octal 123 304 361 102 23 0 5 305 125 100
Binary 1010011 11000100 11110001 1000010 10011 0 101 11000101 1010101 1000000

Color Harmonies of #53C4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C4F1

Black with #53C4F1

Text Example


Text Example

White with #53C4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,196,241); }

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

background-color css

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

 a { background-color: rgb(83,196,241); }

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

border-color css

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

 span { border-color: rgb(83,196,241); }

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