Html Css Color HEX #1983AB Cerulean

📋 copy color: '#1983AB'

red 25 ◦ green 131 ◦ blue 171

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

Shades of Cerulean #1983AB

Tints of Cerulean #1983AB

RGB

 RED value IS 25 (10.16% from 255) = 7.65%

 GREEN value IS 131 (51.56% from 255) = 40.06%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 7.65%
G = 40.06%
B = 52.29%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1983AB (or 0x1983AB) is known color: Cerulean. HEX triplet: 19, 83 and AB. RGB value is (25,131,171). Sum of RGB (Red+Green+Blue) = 25+131+171=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #1983AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1983AB is #E67C54. Grayscale: #676767. Windows color (decimal): -15105109 or 11240217. OLE color: 11240217.

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

Color convert

RGB 25 131 171 -
CMYK 0.85 0.23 0 0.33
HSL 196.44º 0.74% 0.38% -
HSV(B) 196.44º 0.85% 0.67% -
XYZ 15.87 19.38 41.43 -
YUV 103.87 165.88 71.75 -
System Red Green Blue C M Y K H S L
Decimal 25 131 171 0.85 0.23 0 0.33 196.44 0.74 0.38
Hex 19 83 AB 55 17 0 21 C4 4A 26
Octal 31 203 253 125 27 0 41 304 112 46
Binary 11001 10000011 10101011 1010101 10111 0 100001 11000100 1001010 100110

Color Harmonies of #1983AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983AB

Black with #1983AB

Text Example


Text Example

White with #1983AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1983AB; }

 p { color: rgb(25,131,171); }

 H1.HeaderClassName
 {
   color: #1983AB;
 }
 .AnyTagClassName
 {
   color: #1983AB;
 }
</style>

background-color css

<style>
 a { background-color: #1983AB; }

 a { background-color: rgb(25,131,171); }

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

border-color css

<style>
 span { border-color: #1983AB; }

 span { border-color: rgb(25,131,171); }

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