Html Css Color HEX #76FCF1 Baby Blue

📋 copy color: '#76FCF1'

red 118 ◦ green 252 ◦ blue 241

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

Shades of Baby Blue #76FCF1

Tints of Baby Blue #76FCF1

RGB

 RED value IS 118 (46.48% from 255) = 19.31%

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

 BLUE value IS 241 (94.53% from 255) = 39.44%

R = 19.31%
G = 41.24%
B = 39.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#76FCF1 (or 0x76FCF1) is known color: Baby Blue. HEX triplet: 76, FC and F1. RGB value is (118,252,241). Sum of RGB (Red+Green+Blue) = 118+252+241=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCF1 is #89030E. Grayscale: #D2D2D2. Windows color (decimal): -8979215 or 15858806. OLE color: 15858806.

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

Color convert

RGB 118 252 241 -
CMYK 0.53 0 0.04 0.01
HSL 175.07º 0.96% 0.73% -
HSV(B) 175.07º 0.53% 0.99% -
XYZ 58.16 79.82 95.56 -
YUV 210.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 118 252 241 0.53 0 0.04 0.01 175.07 0.96 0.73
Hex 76 FC F1 35 0 4 1 AF 60 49
Octal 166 374 361 65 0 4 1 257 140 111
Binary 1110110 11111100 11110001 110101 0 100 1 10101111 1100000 1001001

Color Harmonies of #76FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCF1

Black with #76FCF1

Text Example


Text Example

White with #76FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76FCF1; }

 p { color: rgb(118,252,241); }

 H1.HeaderClassName
 {
   color: #76FCF1;
 }
 .AnyTagClassName
 {
   color: #76FCF1;
 }
</style>

background-color css

<style>
 a { background-color: #76FCF1; }

 a { background-color: rgb(118,252,241); }

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

border-color css

<style>
 span { border-color: #76FCF1; }

 span { border-color: rgb(118,252,241); }

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