Html Css Color HEX #53C3F2 Malibu

📋 copy color: '#53C3F2'

red 83 ◦ green 195 ◦ blue 242

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

Shades of Malibu #53C3F2

Tints of Malibu #53C3F2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.5%

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 15.96%
G = 37.5%
B = 46.54%

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

#53C3F2 (or 0x53C3F2) is known color: Malibu. HEX triplet: 53, C3 and F2. RGB value is (83,195,242). Sum of RGB (Red+Green+Blue) = 83+195+242=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #53C3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C3F2 is #AC3C0D. Grayscale: #A6A6A6. Windows color (decimal): -11287566 or 15909715. OLE color: 15909715.

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

Color convert

RGB 83 195 242 -
CMYK 0.66 0.19 0 0.05
HSL 197.74º 0.86% 0.64% -
HSV(B) 197.74º 0.66% 0.95% -
XYZ 39.11 47.28 91.07 -
YUV 166.87 170.39 68.18 -
System Red Green Blue C M Y K H S L
Decimal 83 195 242 0.66 0.19 0 0.05 197.74 0.86 0.64
Hex 53 C3 F2 42 13 0 5 C6 56 40
Octal 123 303 362 102 23 0 5 306 126 100
Binary 1010011 11000011 11110010 1000010 10011 0 101 11000110 1010110 1000000

Color Harmonies of #53C3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C3F2

Black with #53C3F2

Text Example


Text Example

White with #53C3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,195,242); }

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

background-color css

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

 a { background-color: rgb(83,195,242); }

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

border-color css

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

 span { border-color: rgb(83,195,242); }

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