Html Css Color HEX #76CDDF Spray

📋 copy color: '#76CDDF'

red 118 ◦ green 205 ◦ blue 223

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

Shades of Spray #76CDDF

Tints of Spray #76CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.55%

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 21.61%
G = 37.55%
B = 40.84%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76CDDF (or 0x76CDDF) is known color: Spray. HEX triplet: 76, CD and DF. RGB value is (118,205,223). Sum of RGB (Red+Green+Blue) = 118+205+223=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #76CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDDF is #893220. Grayscale: #B4B4B4. Windows color (decimal): -8991265 or 14667126. OLE color: 14667126.

HSL color Cylindrical-coordinate representation of color #76CDDF: hue angle of 190.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CDDF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 205 223 -
CMYK 0.47 0.08 0 0.13
HSL 190.29º 0.62% 0.67% -
HSV(B) 190.29º 0.47% 0.87% -
XYZ 42.62 52.84 77.77 -
YUV 181.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 118 205 223 0.47 0.08 0 0.13 190.29 0.62 0.67
Hex 76 CD DF 2F 8 0 D BE 3E 43
Octal 166 315 337 57 10 0 15 276 76 103
Binary 1110110 11001101 11011111 101111 1000 0 1101 10111110 111110 1000011

Color Harmonies of #76CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDDF

Black with #76CDDF

Text Example


Text Example

White with #76CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,205,223); }

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

background-color css

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

 a { background-color: rgb(118,205,223); }

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

border-color css

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

 span { border-color: rgb(118,205,223); }

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