Html Css Color HEX #53EEFF Baby Blue

📋 copy color: '#53EEFF'

red 83 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #53EEFF

Tints of Baby Blue #53EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.32%

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

R = 14.41%
G = 41.32%
B = 44.27%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53EEFF (or 0x53EEFF) is known color: Baby Blue. HEX triplet: 53, EE and FF. RGB value is (83,238,255). Sum of RGB (Red+Green+Blue) = 83+238+255=576 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.41% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #53EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EEFF is #AC1100. Grayscale: #C1C1C1. Windows color (decimal): -11276545 or 16772691. OLE color: 16772691.

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

Color convert

RGB 83 238 255 -
CMYK 0.67 0.07 0 0
HSL 185.93º 1% 0.66% -
HSV(B) 185.93º 0.67% 1% -
XYZ 52.19 70.21 105.41 -
YUV 193.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 83 238 255 0.67 0.07 0 0 185.93 1 0.66
Hex 53 EE FF 43 7 0 0 BA 64 42
Octal 123 356 377 103 7 0 0 272 144 102
Binary 1010011 11101110 11111111 1000011 111 0 0 10111010 1100100 1000010

Color Harmonies of #53EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEFF

Black with #53EEFF

Text Example


Text Example

White with #53EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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