Html Css Color HEX #53F2FF Baby Blue

📋 copy color: '#53F2FF'

red 83 ◦ green 242 ◦ blue 255

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

Shades of Baby Blue #53F2FF

Tints of Baby Blue #53F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.72%

 BLUE value IS 255 (100% from 255) = 43.97%

R = 14.31%
G = 41.72%
B = 43.97%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53F2FF (or 0x53F2FF) is known color: Baby Blue. HEX triplet: 53, F2 and FF. RGB value is (83,242,255). Sum of RGB (Red+Green+Blue) = 83+242+255=580 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.31% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #53F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F2FF is #AC0D00. Grayscale: #C3C3C3. Windows color (decimal): -11275521 or 16773715. OLE color: 16773715.

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

Color convert

RGB 83 242 255 -
CMYK 0.67 0.05 0 0
HSL 184.53º 1% 0.66% -
HSV(B) 184.53º 0.67% 1% -
XYZ 53.37 72.56 105.8 -
YUV 195.94 161.32 47.44 -
System Red Green Blue C M Y K H S L
Decimal 83 242 255 0.67 0.05 0 0 184.53 1 0.66
Hex 53 F2 FF 43 5 0 0 B9 64 42
Octal 123 362 377 103 5 0 0 271 144 102
Binary 1010011 11110010 11111111 1000011 101 0 0 10111001 1100100 1000010

Color Harmonies of #53F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F2FF

Black with #53F2FF

Text Example


Text Example

White with #53F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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