Html Css Color HEX #76FAF0 Baby Blue

📋 copy color: '#76FAF0'

red 118 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #76FAF0

Tints of Baby Blue #76FAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.12%

 BLUE value IS 240 (94.14% from 255) = 39.47%

R = 19.41%
G = 41.12%
B = 39.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#76FAF0 (or 0x76FAF0) is known color: Baby Blue. HEX triplet: 76, FA and F0. RGB value is (118,250,240). Sum of RGB (Red+Green+Blue) = 118+250+240=608 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.41% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #76FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FAF0 is #89050F. Grayscale: #D1D1D1. Windows color (decimal): -8979728 or 15792758. OLE color: 15792758.

HSL color Cylindrical-coordinate representation of color #76FAF0: hue angle of 175.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FAF0 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 250 240 -
CMYK 0.53 0 0.04 0.02
HSL 175.45º 0.93% 0.72% -
HSV(B) 175.45º 0.53% 0.98% -
XYZ 57.38 78.51 94.57 -
YUV 209.39 145.27 62.81 -
System Red Green Blue C M Y K H S L
Decimal 118 250 240 0.53 0 0.04 0.02 175.45 0.93 0.72
Hex 76 FA F0 35 0 4 2 AF 5D 48
Octal 166 372 360 65 0 4 2 257 135 110
Binary 1110110 11111010 11110000 110101 0 100 10 10101111 1011101 1001000

Color Harmonies of #76FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FAF0

Black with #76FAF0

Text Example


Text Example

White with #76FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,250,240); }

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

background-color css

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

 a { background-color: rgb(118,250,240); }

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

border-color css

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

 span { border-color: rgb(118,250,240); }

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