Html Css Color HEX #76FEFF Baby Blue

📋 copy color: '#76FEFF'

red 118 ◦ green 254 ◦ blue 255

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

Shades of Baby Blue #76FEFF

Tints of Baby Blue #76FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.51%

 BLUE value IS 255 (100% from 255) = 40.67%

R = 18.82%
G = 40.51%
B = 40.67%

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76FEFF (or 0x76FEFF) is known color: Baby Blue. HEX triplet: 76, FE and FF. RGB value is (118,254,255). Sum of RGB (Red+Green+Blue) = 118+254+255=627 (83% of max value = 765). Red value is 118 (46.48% from 255 or 18.82% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #76FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FEFF is #890100. Grayscale: #D5D5D5. Windows color (decimal): -8978689 or 16776822. OLE color: 16776822.

HSL color Cylindrical-coordinate representation of color #76FEFF: hue angle of 180.44º 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 #76FEFF is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 254 255 -
CMYK 0.54 0.00 0 0
HSL 180.44º 1% 0.73% -
HSV(B) 180.44º 0.54% 1% -
XYZ 60.96 81.96 107.21 -
YUV 213.45 151.44 59.92 -
System Red Green Blue C M Y K H S L
Decimal 118 254 255 0.54 0.00 0 0 180.44 1 0.73
Hex 76 FE FF 36 0 0 0 B4 64 49
Octal 166 376 377 66 0 0 0 264 144 111
Binary 1110110 11111110 11111111 110110 0 0 0 10110100 1100100 1001001

Color Harmonies of #76FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FEFF

Black with #76FEFF

Text Example


Text Example

White with #76FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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