Html Css Color HEX #7DCCE6 Spray

📋 copy color: '#7DCCE6'

red 125 ◦ green 204 ◦ blue 230

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

Shades of Spray #7DCCE6

Tints of Spray #7DCCE6

RGB

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

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

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

R = 22.36%
G = 36.49%
B = 41.14%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7DCCE6 (or 0x7DCCE6) is known color: Spray. HEX triplet: 7D, CC and E6. RGB value is (125,204,230). Sum of RGB (Red+Green+Blue) = 125+204+230=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #7DCCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCE6 is #823319. Grayscale: #B7B7B7. Windows color (decimal): -8532762 or 15125629. OLE color: 15125629.

HSL color Cylindrical-coordinate representation of color #7DCCE6: hue angle of 194.86º 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 #7DCCE6 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 204 230 -
CMYK 0.46 0.11 0 0.10
HSL 194.86º 0.68% 0.7% -
HSV(B) 194.86º 0.46% 0.9% -
XYZ 44.33 53.26 82.81 -
YUV 183.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 125 204 230 0.46 0.11 0 0.10 194.86 0.68 0.7
Hex 7D CC E6 2E B 0 A C3 44 46
Octal 175 314 346 56 13 0 12 303 104 106
Binary 1111101 11001100 11100110 101110 1011 0 1010 11000011 1000100 1000110

Color Harmonies of #7DCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCE6

Black with #7DCCE6

Text Example


Text Example

White with #7DCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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