Html Css Color HEX #017696 Cerulean

📋 copy color: '#017696'

red 1 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #017696

Tints of Cerulean #017696

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 118 (46.48% from 255) = 43.87%

 BLUE value IS 150 (58.98% from 255) = 55.76%

R = 0.37%
G = 43.87%
B = 55.76%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017696 (or 0x017696) is known color: Cerulean. HEX triplet: 01, 76 and 96. RGB value is (1,118,150). Sum of RGB (Red+Green+Blue) = 1+118+150=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #017696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017696 is #FE8969. Grayscale: #565656. Windows color (decimal): -16681322 or 9860609. OLE color: 9860609.

HSL color Cylindrical-coordinate representation of color #017696: hue angle of 192.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017696 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 118 150 -
CMYK 0.99 0.21 0 0.41
HSL 192.89º 0.99% 0.3% -
HSV(B) 192.89º 0.99% 0.59% -
XYZ 12 15.17 31.15 -
YUV 86.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 1 118 150 0.99 0.21 0 0.41 192.89 0.99 0.3
Hex 1 76 96 63 15 0 29 C1 63 1E
Octal 1 166 226 143 25 0 51 301 143 36
Binary 1 1110110 10010110 1100011 10101 0 101001 11000001 1100011 11110

Color Harmonies of #017696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017696

Black with #017696

Text Example


Text Example

White with #017696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017696; }

 p { color: rgb(1,118,150); }

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

background-color css

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

 a { background-color: rgb(1,118,150); }

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

border-color css

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

 span { border-color: rgb(1,118,150); }

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