Html Css Color HEX #5CFDE6 Baby Blue

📋 copy color: '#5CFDE6'

red 92 ◦ green 253 ◦ blue 230

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

Shades of Baby Blue #5CFDE6

Tints of Baby Blue #5CFDE6

RGB

 RED value IS 92 (36.33% from 255) = 16%

 GREEN value IS 253 (99.22% from 255) = 44%

 BLUE value IS 230 (90.23% from 255) = 40%

R = 16%
G = 44%
B = 40%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#5CFDE6 (or 0x5CFDE6) is known color: Baby Blue. HEX triplet: 5C, FD and E6. RGB value is (92,253,230). Sum of RGB (Red+Green+Blue) = 92+253+230=575 (76% of max value = 765). Red value is 92 (36.33% from 255 or 16% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFDE6 is #A30219. Grayscale: #CACACA. Windows color (decimal): -10682906 or 15138140. OLE color: 15138140.

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

Color convert

RGB 92 253 230 -
CMYK 0.64 0 0.09 0.01
HSL 171.43º 0.98% 0.68% -
HSV(B) 171.43º 0.64% 0.99% -
XYZ 53.82 78.24 87.13 -
YUV 202.24 143.66 49.37 -
System Red Green Blue C M Y K H S L
Decimal 92 253 230 0.64 0 0.09 0.01 171.43 0.98 0.68
Hex 5C FD E6 40 0 9 1 AB 62 44
Octal 134 375 346 100 0 11 1 253 142 104
Binary 1011100 11111101 11100110 1000000 0 1001 1 10101011 1100010 1000100

Color Harmonies of #5CFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CFDE6

Black with #5CFDE6

Text Example


Text Example

White with #5CFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,253,230); }

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

background-color css

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

 a { background-color: rgb(92,253,230); }

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

border-color css

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

 span { border-color: rgb(92,253,230); }

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