Html Css Color HEX #5DFEFA Baby Blue

📋 copy color: '#5DFEFA'

red 93 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #5DFEFA

Tints of Baby Blue #5DFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.55%

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

R = 15.58%
G = 42.55%
B = 41.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#5DFEFA (or 0x5DFEFA) is known color: Baby Blue. HEX triplet: 5D, FE and FA. RGB value is (93,254,250). Sum of RGB (Red+Green+Blue) = 93+254+250=597 (79% of max value = 765). Red value is 93 (36.72% from 255 or 15.58% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEFA is #A20105. Grayscale: #CDCDCD. Windows color (decimal): -10617094 or 16449117. OLE color: 16449117.

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

Color convert

RGB 93 254 250 -
CMYK 0.63 0 0.02 0.00
HSL 178.51º 0.99% 0.68% -
HSV(B) 178.51º 0.63% 1% -
XYZ 57.21 80.11 102.89 -
YUV 205.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 93 254 250 0.63 0 0.02 0.00 178.51 0.99 0.68
Hex 5D FE FA 3F 0 2 0 B3 63 44
Octal 135 376 372 77 0 2 0 263 143 104
Binary 1011101 11111110 11111010 111111 0 10 0 10110011 1100011 1000100

Color Harmonies of #5DFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFEFA

Black with #5DFEFA

Text Example


Text Example

White with #5DFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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