Html Css Color HEX #53FCF2 Baby Blue

📋 copy color: '#53FCF2'

red 83 ◦ green 252 ◦ blue 242

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

Shades of Baby Blue #53FCF2

Tints of Baby Blue #53FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.67%

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

R = 14.38%
G = 43.67%
B = 41.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#53FCF2 (or 0x53FCF2) is known color: Baby Blue. HEX triplet: 53, FC and F2. RGB value is (83,252,242). Sum of RGB (Red+Green+Blue) = 83+252+242=577 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.38% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FCF2 is #AC030D. Grayscale: #C8C8C8. Windows color (decimal): -11272974 or 15924307. OLE color: 15924307.

HSL color Cylindrical-coordinate representation of color #53FCF2: hue angle of 176.45º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCF2 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 252 242 -
CMYK 0.67 0 0.04 0.01
HSL 176.45º 0.97% 0.66% -
HSV(B) 176.45º 0.67% 0.99% -
XYZ 54.4 77.87 96.17 -
YUV 200.33 151.51 44.31 -
System Red Green Blue C M Y K H S L
Decimal 83 252 242 0.67 0 0.04 0.01 176.45 0.97 0.66
Hex 53 FC F2 43 0 4 1 B0 61 42
Octal 123 374 362 103 0 4 1 260 141 102
Binary 1010011 11111100 11110010 1000011 0 100 1 10110000 1100001 1000010

Color Harmonies of #53FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCF2

Black with #53FCF2

Text Example


Text Example

White with #53FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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