Html Css Color HEX #76FFFD Baby Blue

📋 copy color: '#76FFFD'

red 118 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #76FFFD

Tints of Baby Blue #76FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.73%

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 18.85%
G = 40.73%
B = 40.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#76FFFD (or 0x76FFFD) is known color: Baby Blue. HEX triplet: 76, FF and FD. RGB value is (118,255,253). Sum of RGB (Red+Green+Blue) = 118+255+253=626 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.85% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFFD is #890002. Grayscale: #D5D5D5. Windows color (decimal): -8978435 or 16646006. OLE color: 16646006.

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

Color convert

RGB 118 255 253 -
CMYK 0.54 0 0.01 0
HSL 179.12º 1% 0.73% -
HSV(B) 179.12º 0.54% 1% -
XYZ 60.96 82.46 105.63 -
YUV 213.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 118 255 253 0.54 0 0.01 0 179.12 1 0.73
Hex 76 FF FD 36 0 1 0 B3 64 49
Octal 166 377 375 66 0 1 0 263 144 111
Binary 1110110 11111111 11111101 110110 0 1 0 10110011 1100100 1001001

Color Harmonies of #76FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFFD

Black with #76FFFD

Text Example


Text Example

White with #76FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,255,253); }

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

background-color css

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

 a { background-color: rgb(118,255,253); }

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

border-color css

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

 span { border-color: rgb(118,255,253); }

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