Html Css Color HEX #5CF8F6 Baby Blue

📋 copy color: '#5CF8F6'

red 92 ◦ green 248 ◦ blue 246

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

Shades of Baby Blue #5CF8F6

Tints of Baby Blue #5CF8F6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.32%

 BLUE value IS 246 (96.48% from 255) = 41.98%

R = 15.7%
G = 42.32%
B = 41.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#5CF8F6 (or 0x5CF8F6) is known color: Baby Blue. HEX triplet: 5C, F8 and F6. RGB value is (92,248,246). Sum of RGB (Red+Green+Blue) = 92+248+246=586 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.70% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #5CF8F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF8F6 is #A30709. Grayscale: #C8C8C8. Windows color (decimal): -10684170 or 16185436. OLE color: 16185436.

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

Color convert

RGB 92 248 246 -
CMYK 0.63 0 0.01 0.03
HSL 179.23º 0.92% 0.67% -
HSV(B) 179.23º 0.63% 0.97% -
XYZ 54.62 76.06 98.99 -
YUV 201.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 92 248 246 0.63 0 0.01 0.03 179.23 0.92 0.67
Hex 5C F8 F6 3F 0 1 3 B3 5C 43
Octal 134 370 366 77 0 1 3 263 134 103
Binary 1011100 11111000 11110110 111111 0 1 11 10110011 1011100 1000011

Color Harmonies of #5CF8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF8F6

Black with #5CF8F6

Text Example


Text Example

White with #5CF8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,248,246); }

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

background-color css

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

 a { background-color: rgb(92,248,246); }

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

border-color css

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

 span { border-color: rgb(92,248,246); }

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