Html Css Color HEX #5EFAFC Baby Blue

📋 copy color: '#5EFAFC'

red 94 ◦ green 250 ◦ blue 252

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

Shades of Baby Blue #5EFAFC

Tints of Baby Blue #5EFAFC

RGB

 RED value IS 94 (37.11% from 255) = 15.77%

 GREEN value IS 250 (98.05% from 255) = 41.95%

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

R = 15.77%
G = 41.95%
B = 42.28%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EFAFC (or 0x5EFAFC) is known color: Baby Blue. HEX triplet: 5E, FA and FC. RGB value is (94,250,252). Sum of RGB (Red+Green+Blue) = 94+250+252=596 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.77% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EFAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAFC is #A10503. Grayscale: #CBCBCB. Windows color (decimal): -10552580 or 16579166. OLE color: 16579166.

HSL color Cylindrical-coordinate representation of color #5EFAFC: hue angle of 180.76º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFAFC is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 250 252 -
CMYK 0.63 0.01 0 0.01
HSL 180.76º 0.96% 0.68% -
HSV(B) 180.76º 0.63% 0.99% -
XYZ 56.37 77.78 104.14 -
YUV 203.58 155.32 49.84 -
System Red Green Blue C M Y K H S L
Decimal 94 250 252 0.63 0.01 0 0.01 180.76 0.96 0.68
Hex 5E FA FC 3F 1 0 1 B5 60 44
Octal 136 372 374 77 1 0 1 265 140 104
Binary 1011110 11111010 11111100 111111 1 0 1 10110101 1100000 1000100

Color Harmonies of #5EFAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAFC

Black with #5EFAFC

Text Example


Text Example

White with #5EFAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EFAFC; }

 p { color: rgb(94,250,252); }

 H1.HeaderClassName
 {
   color: #5EFAFC;
 }
 .AnyTagClassName
 {
   color: #5EFAFC;
 }
</style>

background-color css

<style>
 a { background-color: #5EFAFC; }

 a { background-color: rgb(94,250,252); }

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

border-color css

<style>
 span { border-color: #5EFAFC; }

 span { border-color: rgb(94,250,252); }

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