Html Css Color HEX #1488AC Cerulean

📋 copy color: '#1488AC'

red 20 ◦ green 136 ◦ blue 172

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

Shades of Cerulean #1488AC

Tints of Cerulean #1488AC

RGB

 RED value IS 20 (8.2% from 255) = 6.1%

 GREEN value IS 136 (53.52% from 255) = 41.46%

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

R = 6.1%
G = 41.46%
B = 52.44%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1488AC (or 0x1488AC) is known color: Cerulean. HEX triplet: 14, 88 and AC. RGB value is (20,136,172). Sum of RGB (Red+Green+Blue) = 20+136+172=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 136 (53.52% from 255 or 41.46% 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 #1488AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1488AC is #EB7753. Grayscale: #696969. Windows color (decimal): -15431508 or 11307028. OLE color: 11307028.

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

Color convert

RGB 20 136 172 -
CMYK 0.88 0.21 0 0.33
HSL 194.21º 0.79% 0.38% -
HSV(B) 194.21º 0.88% 0.67% -
XYZ 16.54 20.74 42.16 -
YUV 105.42 165.57 67.07 -
System Red Green Blue C M Y K H S L
Decimal 20 136 172 0.88 0.21 0 0.33 194.21 0.79 0.38
Hex 14 88 AC 58 15 0 21 C2 4F 26
Octal 24 210 254 130 25 0 41 302 117 46
Binary 10100 10001000 10101100 1011000 10101 0 100001 11000010 1001111 100110

Color Harmonies of #1488AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488AC

Black with #1488AC

Text Example


Text Example

White with #1488AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,136,172); }

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

background-color css

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

 a { background-color: rgb(20,136,172); }

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

border-color css

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

 span { border-color: rgb(20,136,172); }

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