Html Css Color HEX #7DCBDF Spray

📋 copy color: '#7DCBDF'

red 125 ◦ green 203 ◦ blue 223

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

Shades of Spray #7DCBDF

Tints of Spray #7DCBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 22.69%
G = 36.84%
B = 40.47%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DCBDF (or 0x7DCBDF) is known color: Spray. HEX triplet: 7D, CB and DF. RGB value is (125,203,223). Sum of RGB (Red+Green+Blue) = 125+203+223=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DCBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBDF is #823420. Grayscale: #B5B5B5. Windows color (decimal): -8533025 or 14666621. OLE color: 14666621.

HSL color Cylindrical-coordinate representation of color #7DCBDF: hue angle of 192.24º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DCBDF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 203 223 -
CMYK 0.44 0.09 0 0.13
HSL 192.24º 0.6% 0.68% -
HSV(B) 192.24º 0.44% 0.87% -
XYZ 43.13 52.4 77.65 -
YUV 181.96 151.16 87.37 -
System Red Green Blue C M Y K H S L
Decimal 125 203 223 0.44 0.09 0 0.13 192.24 0.6 0.68
Hex 7D CB DF 2C 9 0 D C0 3C 44
Octal 175 313 337 54 11 0 15 300 74 104
Binary 1111101 11001011 11011111 101100 1001 0 1101 11000000 111100 1000100

Color Harmonies of #7DCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBDF

Black with #7DCBDF

Text Example


Text Example

White with #7DCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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