Html Css Color HEX #53EFFF Baby Blue

📋 copy color: '#53EFFF'

red 83 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #53EFFF

Tints of Baby Blue #53EFFF

RGB

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

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

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

R = 14.38%
G = 41.42%
B = 44.19%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53EFFF (or 0x53EFFF) is known color: Baby Blue. HEX triplet: 53, EF and FF. RGB value is (83,239,255). Sum of RGB (Red+Green+Blue) = 83+239+255=577 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.38% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #53EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EFFF is #AC1000. Grayscale: #C1C1C1. Windows color (decimal): -11276289 or 16772947. OLE color: 16772947.

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

Color convert

RGB 83 239 255 -
CMYK 0.67 0.06 0 0
HSL 185.58º 1% 0.66% -
HSV(B) 185.58º 0.67% 1% -
XYZ 52.48 70.79 105.51 -
YUV 194.18 162.32 48.7 -
System Red Green Blue C M Y K H S L
Decimal 83 239 255 0.67 0.06 0 0 185.58 1 0.66
Hex 53 EF FF 43 6 0 0 BA 64 42
Octal 123 357 377 103 6 0 0 272 144 102
Binary 1010011 11101111 11111111 1000011 110 0 0 10111010 1100100 1000010

Color Harmonies of #53EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFFF

Black with #53EFFF

Text Example


Text Example

White with #53EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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