Html Css Color HEX #76CBDA Spray

📋 copy color: '#76CBDA'

red 118 ◦ green 203 ◦ blue 218

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

Shades of Spray #76CBDA

Tints of Spray #76CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 21.89%
G = 37.66%
B = 40.45%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76CBDA (or 0x76CBDA) is known color: Spray. HEX triplet: 76, CB and DA. RGB value is (118,203,218). Sum of RGB (Red+Green+Blue) = 118+203+218=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #76CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBDA is #893425. Grayscale: #B3B3B3. Windows color (decimal): -8991782 or 14338934. OLE color: 14338934.

HSL color Cylindrical-coordinate representation of color #76CBDA: hue angle of 189º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76CBDA is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 203 218 -
CMYK 0.46 0.07 0 0.15
HSL 189º 0.57% 0.66% -
HSV(B) 189º 0.46% 0.85% -
XYZ 41.48 51.63 74.11 -
YUV 179.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 118 203 218 0.46 0.07 0 0.15 189 0.57 0.66
Hex 76 CB DA 2E 7 0 F BD 39 42
Octal 166 313 332 56 7 0 17 275 71 102
Binary 1110110 11001011 11011010 101110 111 0 1111 10111101 111001 1000010

Color Harmonies of #76CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBDA

Black with #76CBDA

Text Example


Text Example

White with #76CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,203,218); }

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

background-color css

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

 a { background-color: rgb(118,203,218); }

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

border-color css

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

 span { border-color: rgb(118,203,218); }

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