Html Css Color HEX #76FBF2 Baby Blue

📋 copy color: '#76FBF2'

red 118 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #76FBF2

Tints of Baby Blue #76FBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.08%

 BLUE value IS 242 (94.92% from 255) = 39.61%

R = 19.31%
G = 41.08%
B = 39.61%

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

#76FBF2 (or 0x76FBF2) is known color: Baby Blue. HEX triplet: 76, FB and F2. RGB value is (118,251,242). Sum of RGB (Red+Green+Blue) = 118+251+242=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FBF2 is #89040D. Grayscale: #D2D2D2. Windows color (decimal): -8979470 or 15924086. OLE color: 15924086.

HSL color Cylindrical-coordinate representation of color #76FBF2: hue angle of 175.94º degrees, saturation: 0.94, 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 #76FBF2 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 251 242 -
CMYK 0.53 0 0.04 0.02
HSL 175.94º 0.94% 0.72% -
HSV(B) 175.94º 0.53% 0.98% -
XYZ 58 79.26 96.25 -
YUV 210.21 145.94 62.23 -
System Red Green Blue C M Y K H S L
Decimal 118 251 242 0.53 0 0.04 0.02 175.94 0.94 0.72
Hex 76 FB F2 35 0 4 2 B0 5E 48
Octal 166 373 362 65 0 4 2 260 136 110
Binary 1110110 11111011 11110010 110101 0 100 10 10110000 1011110 1001000

Color Harmonies of #76FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FBF2

Black with #76FBF2

Text Example


Text Example

White with #76FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,251,242); }

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

background-color css

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

 a { background-color: rgb(118,251,242); }

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

border-color css

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

 span { border-color: rgb(118,251,242); }

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