Html Css Color HEX #5DEBFE Baby Blue

📋 copy color: '#5DEBFE'

red 93 ◦ green 235 ◦ blue 254

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

Shades of Baby Blue #5DEBFE

Tints of Baby Blue #5DEBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 15.98%
G = 40.38%
B = 43.64%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DEBFE (or 0x5DEBFE) is known color: Baby Blue. HEX triplet: 5D, EB and FE. RGB value is (93,235,254). Sum of RGB (Red+Green+Blue) = 93+235+254=582 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.98% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DEBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEBFE is #A21401. Grayscale: #C2C2C2. Windows color (decimal): -10621954 or 16706397. OLE color: 16706397.

HSL color Cylindrical-coordinate representation of color #5DEBFE: hue angle of 187.08º 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 #5DEBFE is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 93 235 254 -
CMYK 0.63 0.07 0 0.00
HSL 187.08º 0.99% 0.68% -
HSV(B) 187.08º 0.63% 1% -
XYZ 52.11 68.9 104.32 -
YUV 194.71 161.46 55.46 -
System Red Green Blue C M Y K H S L
Decimal 93 235 254 0.63 0.07 0 0.00 187.08 0.99 0.68
Hex 5D EB FE 3F 7 0 0 BB 63 44
Octal 135 353 376 77 7 0 0 273 143 104
Binary 1011101 11101011 11111110 111111 111 0 0 10111011 1100011 1000100

Color Harmonies of #5DEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEBFE

Black with #5DEBFE

Text Example


Text Example

White with #5DEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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