Html Css Color HEX #7DCCDB Spray

📋 copy color: '#7DCCDB'

red 125 ◦ green 204 ◦ blue 219

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

Shades of Spray #7DCCDB

Tints of Spray #7DCCDB

RGB

 RED value IS 125 (49.22% from 255) = 22.81%

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 22.81%
G = 37.23%
B = 39.96%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DCCDB (or 0x7DCCDB) is known color: Spray. HEX triplet: 7D, CC and DB. RGB value is (125,204,219). Sum of RGB (Red+Green+Blue) = 125+204+219=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCDB is #823324. Grayscale: #B5B5B5. Windows color (decimal): -8532773 or 14404733. OLE color: 14404733.

HSL color Cylindrical-coordinate representation of color #7DCCDB: hue angle of 189.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCCDB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 204 219 -
CMYK 0.43 0.07 0 0.14
HSL 189.57º 0.57% 0.67% -
HSV(B) 189.57º 0.43% 0.86% -
XYZ 42.84 52.66 74.92 -
YUV 182.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 125 204 219 0.43 0.07 0 0.14 189.57 0.57 0.67
Hex 7D CC DB 2B 7 0 E BE 39 43
Octal 175 314 333 53 7 0 16 276 71 103
Binary 1111101 11001100 11011011 101011 111 0 1110 10111110 111001 1000011

Color Harmonies of #7DCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCDB

Black with #7DCCDB

Text Example


Text Example

White with #7DCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCCDB; }

 p { color: rgb(125,204,219); }

 H1.HeaderClassName
 {
   color: #7DCCDB;
 }
 .AnyTagClassName
 {
   color: #7DCCDB;
 }
</style>

background-color css

<style>
 a { background-color: #7DCCDB; }

 a { background-color: rgb(125,204,219); }

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

border-color css

<style>
 span { border-color: #7DCCDB; }

 span { border-color: rgb(125,204,219); }

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