Html Css Color HEX #52CBF2 Malibu

📋 copy color: '#52CBF2'

red 82 ◦ green 203 ◦ blue 242

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

Shades of Malibu #52CBF2

Tints of Malibu #52CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.52%

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

R = 15.56%
G = 38.52%
B = 45.92%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52CBF2 (or 0x52CBF2) is known color: Malibu. HEX triplet: 52, CB and F2. RGB value is (82,203,242). Sum of RGB (Red+Green+Blue) = 82+203+242=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #52CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBF2 is #AD340D. Grayscale: #AAAAAA. Windows color (decimal): -11351054 or 15911762. OLE color: 15911762.

HSL color Cylindrical-coordinate representation of color #52CBF2: hue angle of 194.62º 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 #52CBF2 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 203 242 -
CMYK 0.66 0.16 0 0.05
HSL 194.63º 0.86% 0.64% -
HSV(B) 194.63º 0.66% 0.95% -
XYZ 40.86 50.92 91.68 -
YUV 171.27 167.91 64.33 -
System Red Green Blue C M Y K H S L
Decimal 82 203 242 0.66 0.16 0 0.05 194.63 0.86 0.64
Hex 52 CB F2 42 10 0 5 C3 56 40
Octal 122 313 362 102 20 0 5 303 126 100
Binary 1010010 11001011 11110010 1000010 10000 0 101 11000011 1010110 1000000

Color Harmonies of #52CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBF2

Black with #52CBF2

Text Example


Text Example

White with #52CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,203,242); }

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

background-color css

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

 a { background-color: rgb(82,203,242); }

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

border-color css

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

 span { border-color: rgb(82,203,242); }

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