Html Css Color HEX #53EFF6 Baby Blue

📋 copy color: '#53EFF6'

red 83 ◦ green 239 ◦ blue 246

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

Shades of Baby Blue #53EFF6

Tints of Baby Blue #53EFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.31%

R = 14.61%
G = 42.08%
B = 43.31%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#53EFF6 (or 0x53EFF6) is known color: Baby Blue. HEX triplet: 53, EF and F6. RGB value is (83,239,246). Sum of RGB (Red+Green+Blue) = 83+239+246=568 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.61% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #53EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EFF6 is #AC1009. Grayscale: #C0C0C0. Windows color (decimal): -11276298 or 16183123. OLE color: 16183123.

HSL color Cylindrical-coordinate representation of color #53EFF6: hue angle of 182.58º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53EFF6 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 239 246 -
CMYK 0.66 0.03 0 0.04
HSL 182.58º 0.9% 0.65% -
HSV(B) 182.58º 0.66% 0.96% -
XYZ 51.07 70.23 98.05 -
YUV 193.15 157.82 49.43 -
System Red Green Blue C M Y K H S L
Decimal 83 239 246 0.66 0.03 0 0.04 182.58 0.9 0.65
Hex 53 EF F6 42 3 0 4 B7 5A 41
Octal 123 357 366 102 3 0 4 267 132 101
Binary 1010011 11101111 11110110 1000010 11 0 100 10110111 1011010 1000001

Color Harmonies of #53EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFF6

Black with #53EFF6

Text Example


Text Example

White with #53EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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