Html Css Color HEX #7DCBD6 Spray

📋 copy color: '#7DCBD6'

red 125 ◦ green 203 ◦ blue 214

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

Shades of Spray #7DCBD6

Tints of Spray #7DCBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.45%

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 23.06%
G = 37.45%
B = 39.48%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7DCBD6 (or 0x7DCBD6) is known color: Spray. HEX triplet: 7D, CB and D6. RGB value is (125,203,214). Sum of RGB (Red+Green+Blue) = 125+203+214=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #7DCBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBD6 is #823429. Grayscale: #B4B4B4. Windows color (decimal): -8533034 or 14076797. OLE color: 14076797.

HSL color Cylindrical-coordinate representation of color #7DCBD6: hue angle of 187.42º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DCBD6 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 203 214 -
CMYK 0.42 0.05 0 0.16
HSL 187.42º 0.52% 0.66% -
HSV(B) 187.42º 0.42% 0.84% -
XYZ 41.95 51.93 71.43 -
YUV 180.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 125 203 214 0.42 0.05 0 0.16 187.42 0.52 0.66
Hex 7D CB D6 2A 5 0 10 BB 34 42
Octal 175 313 326 52 5 0 20 273 64 102
Binary 1111101 11001011 11010110 101010 101 0 10000 10111011 110100 1000010

Color Harmonies of #7DCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBD6

Black with #7DCBD6

Text Example


Text Example

White with #7DCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,203,214); }

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

background-color css

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

 a { background-color: rgb(125,203,214); }

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

border-color css

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

 span { border-color: rgb(125,203,214); }

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