Html Css Color HEX #1487AB Cerulean

📋 copy color: '#1487AB'

red 20 ◦ green 135 ◦ blue 171

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

Shades of Cerulean #1487AB

Tints of Cerulean #1487AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 6.13%
G = 41.41%
B = 52.45%

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

#1487AB (or 0x1487AB) is known color: Cerulean. HEX triplet: 14, 87 and AB. RGB value is (20,135,171). Sum of RGB (Red+Green+Blue) = 20+135+171=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #1487AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1487AB is #EB7854. Grayscale: #686868. Windows color (decimal): -15431765 or 11241236. OLE color: 11241236.

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

Color convert

RGB 20 135 171 -
CMYK 0.88 0.21 0 0.33
HSL 194.3º 0.79% 0.37% -
HSV(B) 194.3º 0.88% 0.67% -
XYZ 16.3 20.42 41.61 -
YUV 104.72 165.4 67.57 -
System Red Green Blue C M Y K H S L
Decimal 20 135 171 0.88 0.21 0 0.33 194.3 0.79 0.37
Hex 14 87 AB 58 15 0 21 C2 4F 25
Octal 24 207 253 130 25 0 41 302 117 45
Binary 10100 10000111 10101011 1011000 10101 0 100001 11000010 1001111 100101

Color Harmonies of #1487AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487AB

Black with #1487AB

Text Example


Text Example

White with #1487AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,135,171); }

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

background-color css

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

 a { background-color: rgb(20,135,171); }

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

border-color css

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

 span { border-color: rgb(20,135,171); }

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