Html Css Color HEX #017CAB Cerulean

📋 copy color: '#017CAB'

red 1 ◦ green 124 ◦ blue 171

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

Shades of Cerulean #017CAB

Tints of Cerulean #017CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

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

R = 0.34%
G = 41.89%
B = 57.77%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#017CAB (or 0x017CAB) is known color: Cerulean. HEX triplet: 01, 7C and AB. RGB value is (1,124,171). Sum of RGB (Red+Green+Blue) = 1+124+171=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #017CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017CAB is #FE8354. Grayscale: #5C5C5C. Windows color (decimal): -16679765 or 11238401. OLE color: 11238401.

HSL color Cylindrical-coordinate representation of color #017CAB: hue angle of 196.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CAB is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 124 171 -
CMYK 0.99 0.27 0 0.33
HSL 196.59º 0.99% 0.34% -
HSV(B) 196.59º 0.99% 0.67% -
XYZ 14.57 17.36 41.11 -
YUV 92.58 172.25 62.68 -
System Red Green Blue C M Y K H S L
Decimal 1 124 171 0.99 0.27 0 0.33 196.59 0.99 0.34
Hex 1 7C AB 63 1B 0 21 C5 63 22
Octal 1 174 253 143 33 0 41 305 143 42
Binary 1 1111100 10101011 1100011 11011 0 100001 11000101 1100011 100010

Color Harmonies of #017CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CAB

Black with #017CAB

Text Example


Text Example

White with #017CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017CAB; }

 p { color: rgb(1,124,171); }

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

background-color css

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

 a { background-color: rgb(1,124,171); }

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

border-color css

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

 span { border-color: rgb(1,124,171); }

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