Html Css Color HEX #52C1FA Malibu

📋 copy color: '#52C1FA'

red 82 ◦ green 193 ◦ blue 250

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

Shades of Malibu #52C1FA

Tints of Malibu #52C1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 15.62%
G = 36.76%
B = 47.62%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52C1FA (or 0x52C1FA) is known color: Malibu. HEX triplet: 52, C1 and FA. RGB value is (82,193,250). Sum of RGB (Red+Green+Blue) = 82+193+250=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #52C1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C1FA is #AD3E05. Grayscale: #A5A5A5. Windows color (decimal): -11353606 or 16433490. OLE color: 16433490.

HSL color Cylindrical-coordinate representation of color #52C1FA: hue angle of 200.36º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C1FA is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 193 250 -
CMYK 0.67 0.23 0 0.02
HSL 200.36º 0.94% 0.65% -
HSV(B) 200.36º 0.67% 0.98% -
XYZ 39.8 46.84 97.38 -
YUV 166.31 175.23 67.87 -
System Red Green Blue C M Y K H S L
Decimal 82 193 250 0.67 0.23 0 0.02 200.36 0.94 0.65
Hex 52 C1 FA 43 17 0 2 C8 5E 41
Octal 122 301 372 103 27 0 2 310 136 101
Binary 1010010 11000001 11111010 1000011 10111 0 10 11001000 1011110 1000001

Color Harmonies of #52C1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C1FA

Black with #52C1FA

Text Example


Text Example

White with #52C1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,250); }

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

background-color css

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

 a { background-color: rgb(82,193,250); }

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

border-color css

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

 span { border-color: rgb(82,193,250); }

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