Html Css Color HEX #1488AD Cerulean

📋 copy color: '#1488AD'

red 20 ◦ green 136 ◦ blue 173

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

Shades of Cerulean #1488AD

Tints of Cerulean #1488AD

RGB

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

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

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

R = 6.08%
G = 41.34%
B = 52.58%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1488AD (or 0x1488AD) is known color: Cerulean. HEX triplet: 14, 88 and AD. RGB value is (20,136,173). Sum of RGB (Red+Green+Blue) = 20+136+173=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #1488AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1488AD is #EB7752. Grayscale: #696969. Windows color (decimal): -15431507 or 11372564. OLE color: 11372564.

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

Color convert

RGB 20 136 173 -
CMYK 0.88 0.21 0 0.32
HSL 194.51º 0.79% 0.38% -
HSV(B) 194.51º 0.88% 0.68% -
XYZ 16.64 20.77 42.67 -
YUV 105.53 166.07 66.99 -
System Red Green Blue C M Y K H S L
Decimal 20 136 173 0.88 0.21 0 0.32 194.51 0.79 0.38
Hex 14 88 AD 58 15 0 20 C3 4F 26
Octal 24 210 255 130 25 0 40 303 117 46
Binary 10100 10001000 10101101 1011000 10101 0 100000 11000011 1001111 100110

Color Harmonies of #1488AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488AD

Black with #1488AD

Text Example


Text Example

White with #1488AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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