Html Css Color HEX #017DAB Cerulean

📋 copy color: '#017DAB'

red 1 ◦ green 125 ◦ blue 171

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

Shades of Cerulean #017DAB

Tints of Cerulean #017DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

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

R = 0.34%
G = 42.09%
B = 57.58%

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

#017DAB (or 0x017DAB) is known color: Cerulean. HEX triplet: 01, 7D and AB. RGB value is (1,125,171). Sum of RGB (Red+Green+Blue) = 1+125+171=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #017DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DAB is #FE8254. Grayscale: #5C5C5C. Windows color (decimal): -16679509 or 11238657. OLE color: 11238657.

HSL color Cylindrical-coordinate representation of color #017DAB: hue angle of 196.24º 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 #017DAB is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 125 171 -
CMYK 0.99 0.27 0 0.33
HSL 196.24º 0.99% 0.34% -
HSV(B) 196.24º 0.99% 0.67% -
XYZ 14.7 17.61 41.15 -
YUV 93.17 171.92 62.26 -
System Red Green Blue C M Y K H S L
Decimal 1 125 171 0.99 0.27 0 0.33 196.24 0.99 0.34
Hex 1 7D AB 63 1B 0 21 C4 63 22
Octal 1 175 253 143 33 0 41 304 143 42
Binary 1 1111101 10101011 1100011 11011 0 100001 11000100 1100011 100010

Color Harmonies of #017DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DAB

Black with #017DAB

Text Example


Text Example

White with #017DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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