Html Css Color HEX #5CF7EE Baby Blue

📋 copy color: '#5CF7EE'

red 92 ◦ green 247 ◦ blue 238

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

Shades of Baby Blue #5CF7EE

Tints of Baby Blue #5CF7EE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.81%

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 15.94%
G = 42.81%
B = 41.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#5CF7EE (or 0x5CF7EE) is known color: Baby Blue. HEX triplet: 5C, F7 and EE. RGB value is (92,247,238). Sum of RGB (Red+Green+Blue) = 92+247+238=577 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.94% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF7EE is #A30811. Grayscale: #C7C7C7. Windows color (decimal): -10684434 or 15660892. OLE color: 15660892.

HSL color Cylindrical-coordinate representation of color #5CF7EE: hue angle of 176.52º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF7EE is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 92 247 238 -
CMYK 0.63 0 0.04 0.03
HSL 176.52º 0.91% 0.66% -
HSV(B) 176.52º 0.63% 0.97% -
XYZ 53.11 74.97 92.56 -
YUV 199.63 149.65 51.23 -
System Red Green Blue C M Y K H S L
Decimal 92 247 238 0.63 0 0.04 0.03 176.52 0.91 0.66
Hex 5C F7 EE 3F 0 4 3 B1 5B 42
Octal 134 367 356 77 0 4 3 261 133 102
Binary 1011100 11110111 11101110 111111 0 100 11 10110001 1011011 1000010

Color Harmonies of #5CF7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF7EE

Black with #5CF7EE

Text Example


Text Example

White with #5CF7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,247,238); }

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

background-color css

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

 a { background-color: rgb(92,247,238); }

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

border-color css

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

 span { border-color: rgb(92,247,238); }

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