Html Css Color HEX #7DCADB Spray

📋 copy color: '#7DCADB'

red 125 ◦ green 202 ◦ blue 219

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

Shades of Spray #7DCADB

Tints of Spray #7DCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37%

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

R = 22.89%
G = 37%
B = 40.11%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DCADB (or 0x7DCADB) is known color: Spray. HEX triplet: 7D, CA and DB. RGB value is (125,202,219). Sum of RGB (Red+Green+Blue) = 125+202+219=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCADB is #823524. Grayscale: #B4B4B4. Windows color (decimal): -8533285 or 14404221. OLE color: 14404221.

HSL color Cylindrical-coordinate representation of color #7DCADB: hue angle of 190.85º 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 #7DCADB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 202 219 -
CMYK 0.43 0.08 0 0.14
HSL 190.85º 0.57% 0.67% -
HSV(B) 190.85º 0.43% 0.86% -
XYZ 42.36 51.72 74.77 -
YUV 180.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 125 202 219 0.43 0.08 0 0.14 190.85 0.57 0.67
Hex 7D CA DB 2B 8 0 E BF 39 43
Octal 175 312 333 53 10 0 16 277 71 103
Binary 1111101 11001010 11011011 101011 1000 0 1110 10111111 111001 1000011

Color Harmonies of #7DCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCADB

Black with #7DCADB

Text Example


Text Example

White with #7DCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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