Html Css Color HEX #72CDE5 Spray

📋 copy color: '#72CDE5'

red 114 ◦ green 205 ◦ blue 229

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

Shades of Spray #72CDE5

Tints of Spray #72CDE5

RGB

 RED value IS 114 (44.92% from 255) = 20.8%

 GREEN value IS 205 (80.47% from 255) = 37.41%

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 20.8%
G = 37.41%
B = 41.79%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#72CDE5 (or 0x72CDE5) is known color: Spray. HEX triplet: 72, CD and E5. RGB value is (114,205,229). Sum of RGB (Red+Green+Blue) = 114+205+229=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #72CDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDE5 is #8D321A. Grayscale: #B4B4B4. Windows color (decimal): -9253403 or 15060338. OLE color: 15060338.

HSL color Cylindrical-coordinate representation of color #72CDE5: hue angle of 192.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72CDE5 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 205 229 -
CMYK 0.50 0.10 0 0.10
HSL 192.52º 0.69% 0.67% -
HSV(B) 192.52º 0.5% 0.9% -
XYZ 42.91 52.9 82.08 -
YUV 180.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 114 205 229 0.50 0.10 0 0.10 192.52 0.69 0.67
Hex 72 CD E5 32 A 0 A C1 45 43
Octal 162 315 345 62 12 0 12 301 105 103
Binary 1110010 11001101 11100101 110010 1010 0 1010 11000001 1000101 1000011

Color Harmonies of #72CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CDE5

Black with #72CDE5

Text Example


Text Example

White with #72CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72CDE5; }

 p { color: rgb(114,205,229); }

 H1.HeaderClassName
 {
   color: #72CDE5;
 }
 .AnyTagClassName
 {
   color: #72CDE5;
 }
</style>

background-color css

<style>
 a { background-color: #72CDE5; }

 a { background-color: rgb(114,205,229); }

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

border-color css

<style>
 span { border-color: #72CDE5; }

 span { border-color: rgb(114,205,229); }

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