Html Css Color HEX #53EAFF Baby Blue

📋 copy color: '#53EAFF'

red 83 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #53EAFF

Tints of Baby Blue #53EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.91%

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

R = 14.51%
G = 40.91%
B = 44.58%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53EAFF (or 0x53EAFF) is known color: Baby Blue. HEX triplet: 53, EA and FF. RGB value is (83,234,255). Sum of RGB (Red+Green+Blue) = 83+234+255=572 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.51% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #53EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EAFF is #AC1500. Grayscale: #BFBFBF. Windows color (decimal): -11277569 or 16771667. OLE color: 16771667.

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

Color convert

RGB 83 234 255 -
CMYK 0.67 0.08 0 0
HSL 187.33º 1% 0.66% -
HSV(B) 187.33º 0.67% 1% -
XYZ 51.04 67.9 105.02 -
YUV 191.25 163.97 50.79 -
System Red Green Blue C M Y K H S L
Decimal 83 234 255 0.67 0.08 0 0 187.33 1 0.66
Hex 53 EA FF 43 8 0 0 BB 64 42
Octal 123 352 377 103 10 0 0 273 144 102
Binary 1010011 11101010 11111111 1000011 1000 0 0 10111011 1100100 1000010

Color Harmonies of #53EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EAFF

Black with #53EAFF

Text Example


Text Example

White with #53EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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