Html Css Color HEX #76FCFE Baby Blue

📋 copy color: '#76FCFE'

red 118 ◦ green 252 ◦ blue 254

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

Shades of Baby Blue #76FCFE

Tints of Baby Blue #76FCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 18.91%
G = 40.38%
B = 40.71%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76FCFE (or 0x76FCFE) is known color: Baby Blue. HEX triplet: 76, FC and FE. RGB value is (118,252,254). Sum of RGB (Red+Green+Blue) = 118+252+254=624 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.91% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #76FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCFE is #890301. Grayscale: #D4D4D4. Windows color (decimal): -8979202 or 16710774. OLE color: 16710774.

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

Color convert

RGB 118 252 254 -
CMYK 0.54 0.01 0 0.00
HSL 180.88º 0.99% 0.73% -
HSV(B) 180.88º 0.54% 1% -
XYZ 60.17 80.63 106.16 -
YUV 212.16 151.61 60.84 -
System Red Green Blue C M Y K H S L
Decimal 118 252 254 0.54 0.01 0 0.00 180.88 0.99 0.73
Hex 76 FC FE 36 1 0 0 B5 63 49
Octal 166 374 376 66 1 0 0 265 143 111
Binary 1110110 11111100 11111110 110110 1 0 0 10110101 1100011 1001001

Color Harmonies of #76FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCFE

Black with #76FCFE

Text Example


Text Example

White with #76FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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