Html Css Color HEX #5CF9EF Baby Blue

📋 copy color: '#5CF9EF'

red 92 ◦ green 249 ◦ blue 239

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

Shades of Baby Blue #5CF9EF

Tints of Baby Blue #5CF9EF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.93%

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 15.86%
G = 42.93%
B = 41.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#5CF9EF (or 0x5CF9EF) is known color: Baby Blue. HEX triplet: 5C, F9 and EF. RGB value is (92,249,239). Sum of RGB (Red+Green+Blue) = 92+249+239=580 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.86% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF9EF is #A30610. Grayscale: #C8C8C8. Windows color (decimal): -10683921 or 15726940. OLE color: 15726940.

HSL color Cylindrical-coordinate representation of color #5CF9EF: hue angle of 176.18º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF9EF is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 92 249 239 -
CMYK 0.63 0 0.04 0.02
HSL 176.18º 0.93% 0.67% -
HSV(B) 176.18º 0.63% 0.98% -
XYZ 53.87 76.26 93.54 -
YUV 200.92 149.49 50.31 -
System Red Green Blue C M Y K H S L
Decimal 92 249 239 0.63 0 0.04 0.02 176.18 0.93 0.67
Hex 5C F9 EF 3F 0 4 2 B0 5D 43
Octal 134 371 357 77 0 4 2 260 135 103
Binary 1011100 11111001 11101111 111111 0 100 10 10110000 1011101 1000011

Color Harmonies of #5CF9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF9EF

Black with #5CF9EF

Text Example


Text Example

White with #5CF9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,249,239); }

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

background-color css

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

 a { background-color: rgb(92,249,239); }

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

border-color css

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

 span { border-color: rgb(92,249,239); }

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