Html Css Color HEX #7DCAE4 Spray

📋 copy color: '#7DCAE4'

red 125 ◦ green 202 ◦ blue 228

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

Shades of Spray #7DCAE4

Tints of Spray #7DCAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 22.52%
G = 36.4%
B = 41.08%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7DCAE4 (or 0x7DCAE4) is known color: Spray. HEX triplet: 7D, CA and E4. RGB value is (125,202,228). Sum of RGB (Red+Green+Blue) = 125+202+228=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #7DCAE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAE4 is #82351B. Grayscale: #B5B5B5. Windows color (decimal): -8533276 or 14994045. OLE color: 14994045.

HSL color Cylindrical-coordinate representation of color #7DCAE4: hue angle of 195.15º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCAE4 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 202 228 -
CMYK 0.45 0.11 0 0.11
HSL 195.15º 0.66% 0.69% -
HSV(B) 195.15º 0.45% 0.89% -
XYZ 43.58 52.2 81.18 -
YUV 181.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 125 202 228 0.45 0.11 0 0.11 195.15 0.66 0.69
Hex 7D CA E4 2D B 0 B C3 42 45
Octal 175 312 344 55 13 0 13 303 102 105
Binary 1111101 11001010 11100100 101101 1011 0 1011 11000011 1000010 1000101

Color Harmonies of #7DCAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCAE4

Black with #7DCAE4

Text Example


Text Example

White with #7DCAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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