Html Css Color HEX #76CCEA Spray

📋 copy color: '#76CCEA'

red 118 ◦ green 204 ◦ blue 234

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

Shades of Spray #76CCEA

Tints of Spray #76CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.69%

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 21.22%
G = 36.69%
B = 42.09%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76CCEA (or 0x76CCEA) is known color: Spray. HEX triplet: 76, CC and EA. RGB value is (118,204,234). Sum of RGB (Red+Green+Blue) = 118+204+234=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #76CCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CCEA is #893315. Grayscale: #B5B5B5. Windows color (decimal): -8991510 or 15387766. OLE color: 15387766.

HSL color Cylindrical-coordinate representation of color #76CCEA: hue angle of 195.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76CCEA is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 204 234 -
CMYK 0.50 0.13 0 0.08
HSL 195.52º 0.73% 0.69% -
HSV(B) 195.52º 0.5% 0.92% -
XYZ 43.92 52.98 85.75 -
YUV 181.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 118 204 234 0.50 0.13 0 0.08 195.52 0.73 0.69
Hex 76 CC EA 32 D 0 8 C4 49 45
Octal 166 314 352 62 15 0 10 304 111 105
Binary 1110110 11001100 11101010 110010 1101 0 1000 11000100 1001001 1000101

Color Harmonies of #76CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCEA

Black with #76CCEA

Text Example


Text Example

White with #76CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,204,234); }

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

background-color css

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

 a { background-color: rgb(118,204,234); }

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

border-color css

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

 span { border-color: rgb(118,204,234); }

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