Html Css Color HEX #53FCFE Baby Blue

📋 copy color: '#53FCFE'

red 83 ◦ green 252 ◦ blue 254

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

Shades of Baby Blue #53FCFE

Tints of Baby Blue #53FCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 14.09%
G = 42.78%
B = 43.12%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53FCFE (or 0x53FCFE) is known color: Baby Blue. HEX triplet: 53, FC and FE. RGB value is (83,252,254). Sum of RGB (Red+Green+Blue) = 83+252+254=589 (78% of max value = 765). Red value is 83 (32.81% from 255 or 14.09% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #53FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FCFE is #AC0301. Grayscale: #C9C9C9. Windows color (decimal): -11272962 or 16710739. OLE color: 16710739.

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

Color convert

RGB 83 252 254 -
CMYK 0.67 0.01 0 0.00
HSL 180.7º 0.99% 0.66% -
HSV(B) 180.7º 0.67% 1% -
XYZ 56.27 78.62 105.97 -
YUV 201.7 157.51 43.34 -
System Red Green Blue C M Y K H S L
Decimal 83 252 254 0.67 0.01 0 0.00 180.7 0.99 0.66
Hex 53 FC FE 43 1 0 0 B5 63 42
Octal 123 374 376 103 1 0 0 265 143 102
Binary 1010011 11111100 11111110 1000011 1 0 0 10110101 1100011 1000010

Color Harmonies of #53FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCFE

Black with #53FCFE

Text Example


Text Example

White with #53FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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