Html Css Color HEX #5DEFFF Baby Blue

📋 copy color: '#5DEFFF'

red 93 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #5DEFFF

Tints of Baby Blue #5DEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.72%

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

R = 15.84%
G = 40.72%
B = 43.44%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DEFFF (or 0x5DEFFF) is known color: Baby Blue. HEX triplet: 5D, EF and FF. RGB value is (93,239,255). Sum of RGB (Red+Green+Blue) = 93+239+255=587 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.84% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DEFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEFFF is #A21000. Grayscale: #C4C4C4. Windows color (decimal): -10620929 or 16772957. OLE color: 16772957.

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

Color convert

RGB 93 239 255 -
CMYK 0.64 0.06 0 0
HSL 185.93º 1% 0.68% -
HSV(B) 185.93º 0.64% 1% -
XYZ 53.43 71.28 105.55 -
YUV 197.17 160.63 53.7 -
System Red Green Blue C M Y K H S L
Decimal 93 239 255 0.64 0.06 0 0 185.93 1 0.68
Hex 5D EF FF 40 6 0 0 BA 64 44
Octal 135 357 377 100 6 0 0 272 144 104
Binary 1011101 11101111 11111111 1000000 110 0 0 10111010 1100100 1000100

Color Harmonies of #5DEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEFFF

Black with #5DEFFF

Text Example


Text Example

White with #5DEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,239,255); }

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

background-color css

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

 a { background-color: rgb(93,239,255); }

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

border-color css

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

 span { border-color: rgb(93,239,255); }

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