Html Css Color HEX #5DEEFA Baby Blue

📋 copy color: '#5DEEFA'

red 93 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #5DEEFA

Tints of Baby Blue #5DEEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 16.01%
G = 40.96%
B = 43.03%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DEEFA (or 0x5DEEFA) is known color: Baby Blue. HEX triplet: 5D, EE and FA. RGB value is (93,238,250). Sum of RGB (Red+Green+Blue) = 93+238+250=581 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.01% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DEEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEFA is #A21105. Grayscale: #C3C3C3. Windows color (decimal): -10621190 or 16445021. OLE color: 16445021.

HSL color Cylindrical-coordinate representation of color #5DEEFA: hue angle of 184.59º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DEEFA is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 238 250 -
CMYK 0.63 0.05 0 0.02
HSL 184.59º 0.94% 0.67% -
HSV(B) 184.59º 0.63% 0.98% -
XYZ 52.34 70.38 101.27 -
YUV 196.01 158.46 54.52 -
System Red Green Blue C M Y K H S L
Decimal 93 238 250 0.63 0.05 0 0.02 184.59 0.94 0.67
Hex 5D EE FA 3F 5 0 2 B9 5E 43
Octal 135 356 372 77 5 0 2 271 136 103
Binary 1011101 11101110 11111010 111111 101 0 10 10111001 1011110 1000011

Color Harmonies of #5DEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEEFA

Black with #5DEEFA

Text Example


Text Example

White with #5DEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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