Html Css Color HEX #1684AC Cerulean

📋 copy color: '#1684AC'

red 22 ◦ green 132 ◦ blue 172

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

Shades of Cerulean #1684AC

Tints of Cerulean #1684AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 6.75%
G = 40.49%
B = 52.76%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1684AC (or 0x1684AC) is known color: Cerulean. HEX triplet: 16, 84 and AC. RGB value is (22,132,172). Sum of RGB (Red+Green+Blue) = 22+132+172=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #1684AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1684AC is #E97B53. Grayscale: #676767. Windows color (decimal): -15301460 or 11306006. OLE color: 11306006.

HSL color Cylindrical-coordinate representation of color #1684AC: hue angle of 196º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1684AC is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 132 172 -
CMYK 0.87 0.23 0 0.33
HSL 196º 0.77% 0.38% -
HSV(B) 196º 0.87% 0.67% -
XYZ 16.03 19.65 41.98 -
YUV 103.67 166.56 69.75 -
System Red Green Blue C M Y K H S L
Decimal 22 132 172 0.87 0.23 0 0.33 196 0.77 0.38
Hex 16 84 AC 57 17 0 21 C4 4D 26
Octal 26 204 254 127 27 0 41 304 115 46
Binary 10110 10000100 10101100 1010111 10111 0 100001 11000100 1001101 100110

Color Harmonies of #1684AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1684AC

Black with #1684AC

Text Example


Text Example

White with #1684AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1684AC; }

 p { color: rgb(22,132,172); }

 H1.HeaderClassName
 {
   color: #1684AC;
 }
 .AnyTagClassName
 {
   color: #1684AC;
 }
</style>

background-color css

<style>
 a { background-color: #1684AC; }

 a { background-color: rgb(22,132,172); }

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

border-color css

<style>
 span { border-color: #1684AC; }

 span { border-color: rgb(22,132,172); }

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