Html Css Color HEX #1983AC Cerulean

📋 copy color: '#1983AC'

red 25 ◦ green 131 ◦ blue 172

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

Shades of Cerulean #1983AC

Tints of Cerulean #1983AC

RGB

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

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

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

R = 7.62%
G = 39.94%
B = 52.44%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1983AC (or 0x1983AC) is known color: Cerulean. HEX triplet: 19, 83 and AC. RGB value is (25,131,172). Sum of RGB (Red+Green+Blue) = 25+131+172=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #1983AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1983AC is #E67C53. Grayscale: #676767. Windows color (decimal): -15105108 or 11305753. OLE color: 11305753.

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

Color convert

RGB 25 131 172 -
CMYK 0.85 0.24 0 0.33
HSL 196.73º 0.75% 0.39% -
HSV(B) 196.73º 0.85% 0.67% -
XYZ 15.96 19.42 41.94 -
YUV 103.98 166.38 71.67 -
System Red Green Blue C M Y K H S L
Decimal 25 131 172 0.85 0.24 0 0.33 196.73 0.75 0.39
Hex 19 83 AC 55 18 0 21 C5 4B 27
Octal 31 203 254 125 30 0 41 305 113 47
Binary 11001 10000011 10101100 1010101 11000 0 100001 11000101 1001011 100111

Color Harmonies of #1983AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983AC

Black with #1983AC

Text Example


Text Example

White with #1983AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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