Html Css Color HEX #1682AD Cerulean

📋 copy color: '#1682AD'

red 22 ◦ green 130 ◦ blue 173

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

Shades of Cerulean #1682AD

Tints of Cerulean #1682AD

RGB

 RED value IS 22 (8.98% from 255) = 6.77%

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 6.77%
G = 40%
B = 53.23%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1682AD (or 0x1682AD) is known color: Cerulean. HEX triplet: 16, 82 and AD. RGB value is (22,130,173). Sum of RGB (Red+Green+Blue) = 22+130+173=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1682AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1682AD is #E97D52. Grayscale: #666666. Windows color (decimal): -15301971 or 11371030. OLE color: 11371030.

HSL color Cylindrical-coordinate representation of color #1682AD: hue angle of 197.09º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1682AD is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 130 173 -
CMYK 0.87 0.25 0 0.32
HSL 197.09º 0.77% 0.38% -
HSV(B) 197.09º 0.87% 0.68% -
XYZ 15.86 19.15 42.4 -
YUV 102.61 167.72 70.5 -
System Red Green Blue C M Y K H S L
Decimal 22 130 173 0.87 0.25 0 0.32 197.09 0.77 0.38
Hex 16 82 AD 57 19 0 20 C5 4D 26
Octal 26 202 255 127 31 0 40 305 115 46
Binary 10110 10000010 10101101 1010111 11001 0 100000 11000101 1001101 100110

Color Harmonies of #1682AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1682AD

Black with #1682AD

Text Example


Text Example

White with #1682AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1682AD; }

 p { color: rgb(22,130,173); }

 H1.HeaderClassName
 {
   color: #1682AD;
 }
 .AnyTagClassName
 {
   color: #1682AD;
 }
</style>

background-color css

<style>
 a { background-color: #1682AD; }

 a { background-color: rgb(22,130,173); }

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

border-color css

<style>
 span { border-color: #1682AD; }

 span { border-color: rgb(22,130,173); }

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