Html Css Color HEX #52C3EF Malibu

📋 copy color: '#52C3EF'

red 82 ◦ green 195 ◦ blue 239

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

Shades of Malibu #52C3EF

Tints of Malibu #52C3EF

RGB

 RED value IS 82 (32.42% from 255) = 15.89%

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 15.89%
G = 37.79%
B = 46.32%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#52C3EF (or 0x52C3EF) is known color: Malibu. HEX triplet: 52, C3 and EF. RGB value is (82,195,239). Sum of RGB (Red+Green+Blue) = 82+195+239=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #52C3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C3EF is #AD3C10. Grayscale: #A5A5A5. Windows color (decimal): -11353105 or 15713106. OLE color: 15713106.

HSL color Cylindrical-coordinate representation of color #52C3EF: hue angle of 196.82º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C3EF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 195 239 -
CMYK 0.66 0.18 0 0.06
HSL 196.82º 0.83% 0.63% -
HSV(B) 196.82º 0.66% 0.94% -
XYZ 38.57 47.06 88.71 -
YUV 166.23 169.06 67.92 -
System Red Green Blue C M Y K H S L
Decimal 82 195 239 0.66 0.18 0 0.06 196.82 0.83 0.63
Hex 52 C3 EF 42 12 0 6 C5 53 3F
Octal 122 303 357 102 22 0 6 305 123 77
Binary 1010010 11000011 11101111 1000010 10010 0 110 11000101 1010011 111111

Color Harmonies of #52C3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C3EF

Black with #52C3EF

Text Example


Text Example

White with #52C3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C3EF; }

 p { color: rgb(82,195,239); }

 H1.HeaderClassName
 {
   color: #52C3EF;
 }
 .AnyTagClassName
 {
   color: #52C3EF;
 }
</style>

background-color css

<style>
 a { background-color: #52C3EF; }

 a { background-color: rgb(82,195,239); }

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

border-color css

<style>
 span { border-color: #52C3EF; }

 span { border-color: rgb(82,195,239); }

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