Html Css Color HEX #5DEEF7 Baby Blue

📋 copy color: '#5DEEF7'

red 93 ◦ green 238 ◦ blue 247

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

Shades of Baby Blue #5DEEF7

Tints of Baby Blue #5DEEF7

RGB

 RED value IS 93 (36.72% from 255) = 16.09%

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

 BLUE value IS 247 (96.88% from 255) = 42.73%

R = 16.09%
G = 41.18%
B = 42.73%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5DEEF7 (or 0x5DEEF7) is known color: Baby Blue. HEX triplet: 5D, EE and F7. RGB value is (93,238,247). Sum of RGB (Red+Green+Blue) = 93+238+247=578 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.09% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #5DEEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEF7 is #A21108. Grayscale: #C3C3C3. Windows color (decimal): -10621193 or 16248413. OLE color: 16248413.

HSL color Cylindrical-coordinate representation of color #5DEEF7: hue angle of 183.51º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DEEF7 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 93 238 247 -
CMYK 0.62 0.04 0 0.03
HSL 183.51º 0.91% 0.67% -
HSV(B) 183.51º 0.62% 0.97% -
XYZ 51.88 70.19 98.81 -
YUV 195.67 156.96 54.77 -
System Red Green Blue C M Y K H S L
Decimal 93 238 247 0.62 0.04 0 0.03 183.51 0.91 0.67
Hex 5D EE F7 3E 4 0 3 B8 5B 43
Octal 135 356 367 76 4 0 3 270 133 103
Binary 1011101 11101110 11110111 111110 100 0 11 10111000 1011011 1000011

Color Harmonies of #5DEEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEEF7

Black with #5DEEF7

Text Example


Text Example

White with #5DEEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,238,247); }

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

background-color css

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

 a { background-color: rgb(93,238,247); }

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

border-color css

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

 span { border-color: rgb(93,238,247); }

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