Html Css Color HEX #5FFCF3 Baby Blue

📋 copy color: '#5FFCF3'

red 95 ◦ green 252 ◦ blue 243

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

Shades of Baby Blue #5FFCF3

Tints of Baby Blue #5FFCF3

RGB

 RED value IS 95 (37.5% from 255) = 16.1%

 GREEN value IS 252 (98.83% from 255) = 42.71%

 BLUE value IS 243 (95.31% from 255) = 41.19%

R = 16.1%
G = 42.71%
B = 41.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#5FFCF3 (or 0x5FFCF3) is known color: Baby Blue. HEX triplet: 5F, FC and F3. RGB value is (95,252,243). Sum of RGB (Red+Green+Blue) = 95+252+243=590 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.10% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCF3 is #A0030C. Grayscale: #CBCBCB. Windows color (decimal): -10486541 or 15989855. OLE color: 15989855.

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

Color convert

RGB 95 252 243 -
CMYK 0.62 0 0.04 0.01
HSL 176.56º 0.96% 0.68% -
HSV(B) 176.56º 0.62% 0.99% -
XYZ 55.71 78.52 97.01 -
YUV 204.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 95 252 243 0.62 0 0.04 0.01 176.56 0.96 0.68
Hex 5F FC F3 3E 0 4 1 B1 60 44
Octal 137 374 363 76 0 4 1 261 140 104
Binary 1011111 11111100 11110011 111110 0 100 1 10110001 1100000 1000100

Color Harmonies of #5FFCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFCF3

Black with #5FFCF3

Text Example


Text Example

White with #5FFCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,252,243); }

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

background-color css

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

 a { background-color: rgb(95,252,243); }

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

border-color css

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

 span { border-color: rgb(95,252,243); }

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