Html Css Color HEX #7DCBDA Spray

📋 copy color: '#7DCBDA'

red 125 ◦ green 203 ◦ blue 218

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

Shades of Spray #7DCBDA

Tints of Spray #7DCBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 22.89%
G = 37.18%
B = 39.93%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DCBDA (or 0x7DCBDA) is known color: Spray. HEX triplet: 7D, CB and DA. RGB value is (125,203,218). Sum of RGB (Red+Green+Blue) = 125+203+218=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DCBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBDA is #823425. Grayscale: #B5B5B5. Windows color (decimal): -8533030 or 14338941. OLE color: 14338941.

HSL color Cylindrical-coordinate representation of color #7DCBDA: hue angle of 189.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCBDA is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 203 218 -
CMYK 0.43 0.07 0 0.15
HSL 189.68º 0.56% 0.67% -
HSV(B) 189.68º 0.43% 0.85% -
XYZ 42.47 52.13 74.15 -
YUV 181.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 125 203 218 0.43 0.07 0 0.15 189.68 0.56 0.67
Hex 7D CB DA 2B 7 0 F BE 38 43
Octal 175 313 332 53 7 0 17 276 70 103
Binary 1111101 11001011 11011010 101011 111 0 1111 10111110 111000 1000011

Color Harmonies of #7DCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBDA

Black with #7DCBDA

Text Example


Text Example

White with #7DCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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