Html Css Color HEX #53FEFF Baby Blue

📋 copy color: '#53FEFF'

red 83 ◦ green 254 ◦ blue 255

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

Shades of Baby Blue #53FEFF

Tints of Baby Blue #53FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.91%

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

R = 14.02%
G = 42.91%
B = 43.07%

CMYK

 C value IS 0.67

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53FEFF (or 0x53FEFF) is known color: Baby Blue. HEX triplet: 53, FE and FF. RGB value is (83,254,255). Sum of RGB (Red+Green+Blue) = 83+254+255=592 (78% of max value = 765). Red value is 83 (32.81% from 255 or 14.02% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #53FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEFF is #AC0100. Grayscale: #CACACA. Windows color (decimal): -11272449 or 16776787. OLE color: 16776787.

HSL color Cylindrical-coordinate representation of color #53FEFF: hue angle of 180.35º 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 #53FEFF is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 254 255 -
CMYK 0.67 0.00 0 0
HSL 180.35º 1% 0.66% -
HSV(B) 180.35º 0.67% 1% -
XYZ 57.06 79.94 107.03 -
YUV 202.99 157.35 42.42 -
System Red Green Blue C M Y K H S L
Decimal 83 254 255 0.67 0.00 0 0 180.35 1 0.66
Hex 53 FE FF 43 0 0 0 B4 64 42
Octal 123 376 377 103 0 0 0 264 144 102
Binary 1010011 11111110 11111111 1000011 0 0 0 10110100 1100100 1000010

Color Harmonies of #53FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FEFF

Black with #53FEFF

Text Example


Text Example

White with #53FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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