Html Css Color HEX #76CEDA Spray

📋 copy color: '#76CEDA'

red 118 ◦ green 206 ◦ blue 218

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

Shades of Spray #76CEDA

Tints of Spray #76CEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.01%

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

R = 21.77%
G = 38.01%
B = 40.22%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76CEDA (or 0x76CEDA) is known color: Spray. HEX triplet: 76, CE and DA. RGB value is (118,206,218). Sum of RGB (Red+Green+Blue) = 118+206+218=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #76CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEDA is #893125. Grayscale: #B4B4B4. Windows color (decimal): -8991014 or 14339702. OLE color: 14339702.

HSL color Cylindrical-coordinate representation of color #76CEDA: hue angle of 187.2º 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 #76CEDA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 206 218 -
CMYK 0.46 0.06 0 0.15
HSL 187.2º 0.57% 0.66% -
HSV(B) 187.2º 0.46% 0.85% -
XYZ 42.2 53.06 74.35 -
YUV 181.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 118 206 218 0.46 0.06 0 0.15 187.2 0.57 0.66
Hex 76 CE DA 2E 6 0 F BB 39 42
Octal 166 316 332 56 6 0 17 273 71 102
Binary 1110110 11001110 11011010 101110 110 0 1111 10111011 111001 1000010

Color Harmonies of #76CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEDA

Black with #76CEDA

Text Example


Text Example

White with #76CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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