Html Css Color HEX #53EFFC Baby Blue

📋 copy color: '#53EFFC'

red 83 ◦ green 239 ◦ blue 252

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

Shades of Baby Blue #53EFFC

Tints of Baby Blue #53EFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.64%

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 14.46%
G = 41.64%
B = 43.9%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53EFFC (or 0x53EFFC) is known color: Baby Blue. HEX triplet: 53, EF and FC. RGB value is (83,239,252). Sum of RGB (Red+Green+Blue) = 83+239+252=574 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.46% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #53EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EFFC is #AC1003. Grayscale: #C1C1C1. Windows color (decimal): -11276292 or 16576339. OLE color: 16576339.

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

Color convert

RGB 83 239 252 -
CMYK 0.67 0.05 0 0.01
HSL 184.62º 0.97% 0.66% -
HSV(B) 184.62º 0.67% 0.99% -
XYZ 52 70.6 102.98 -
YUV 193.84 160.82 48.94 -
System Red Green Blue C M Y K H S L
Decimal 83 239 252 0.67 0.05 0 0.01 184.62 0.97 0.66
Hex 53 EF FC 43 5 0 1 B9 61 42
Octal 123 357 374 103 5 0 1 271 141 102
Binary 1010011 11101111 11111100 1000011 101 0 1 10111001 1100001 1000010

Color Harmonies of #53EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFFC

Black with #53EFFC

Text Example


Text Example

White with #53EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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