Html Css Color HEX #76F8F1 Baby Blue

📋 copy color: '#76F8F1'

red 118 ◦ green 248 ◦ blue 241

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

Shades of Baby Blue #76F8F1

Tints of Baby Blue #76F8F1

RGB

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

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

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

R = 19.44%
G = 40.86%
B = 39.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#76F8F1 (or 0x76F8F1) is known color: Baby Blue. HEX triplet: 76, F8 and F1. RGB value is (118,248,241). Sum of RGB (Red+Green+Blue) = 118+248+241=607 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.44% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F8F1 is #89070E. Grayscale: #D0D0D0. Windows color (decimal): -8980239 or 15857782. OLE color: 15857782.

HSL color Cylindrical-coordinate representation of color #76F8F1: hue angle of 176.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F8F1 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 248 241 -
CMYK 0.52 0 0.03 0.03
HSL 176.77º 0.9% 0.72% -
HSV(B) 176.77º 0.52% 0.97% -
XYZ 56.92 77.34 95.15 -
YUV 208.33 146.43 63.57 -
System Red Green Blue C M Y K H S L
Decimal 118 248 241 0.52 0 0.03 0.03 176.77 0.9 0.72
Hex 76 F8 F1 34 0 3 3 B1 5A 48
Octal 166 370 361 64 0 3 3 261 132 110
Binary 1110110 11111000 11110001 110100 0 11 11 10110001 1011010 1001000

Color Harmonies of #76F8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F8F1

Black with #76F8F1

Text Example


Text Example

White with #76F8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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