Html Css Color HEX #7DCEE6 Spray

📋 copy color: '#7DCEE6'

red 125 ◦ green 206 ◦ blue 230

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

Shades of Spray #7DCEE6

Tints of Spray #7DCEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41%

R = 22.28%
G = 36.72%
B = 41%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7DCEE6 (or 0x7DCEE6) is known color: Spray. HEX triplet: 7D, CE and E6. RGB value is (125,206,230). Sum of RGB (Red+Green+Blue) = 125+206+230=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #7DCEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCEE6 is #823119. Grayscale: #B8B8B8. Windows color (decimal): -8532250 or 15126141. OLE color: 15126141.

HSL color Cylindrical-coordinate representation of color #7DCEE6: hue angle of 193.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DCEE6 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 206 230 -
CMYK 0.46 0.10 0 0.10
HSL 193.71º 0.68% 0.7% -
HSV(B) 193.71º 0.46% 0.9% -
XYZ 44.81 54.22 82.97 -
YUV 184.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 125 206 230 0.46 0.10 0 0.10 193.71 0.68 0.7
Hex 7D CE E6 2E A 0 A C2 44 46
Octal 175 316 346 56 12 0 12 302 104 106
Binary 1111101 11001110 11100110 101110 1010 0 1010 11000010 1000100 1000110

Color Harmonies of #7DCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEE6

Black with #7DCEE6

Text Example


Text Example

White with #7DCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,230); }

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

background-color css

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

 a { background-color: rgb(125,206,230); }

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

border-color css

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

 span { border-color: rgb(125,206,230); }

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