Html Css Color HEX #017DAE Cerulean

📋 copy color: '#017DAE'

red 1 ◦ green 125 ◦ blue 174

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

Shades of Cerulean #017DAE

Tints of Cerulean #017DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58%

R = 0.33%
G = 41.67%
B = 58%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#017DAE (or 0x017DAE) is known color: Cerulean. HEX triplet: 01, 7D and AE. RGB value is (1,125,174). Sum of RGB (Red+Green+Blue) = 1+125+174=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #017DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DAE is #FE8251. Grayscale: #5D5D5D. Windows color (decimal): -16679506 or 11435265. OLE color: 11435265.

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

Color convert

RGB 1 125 174 -
CMYK 0.99 0.28 0 0.32
HSL 196.99º 0.99% 0.34% -
HSV(B) 196.99º 0.99% 0.68% -
XYZ 14.99 17.73 42.68 -
YUV 93.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 1 125 174 0.99 0.28 0 0.32 196.99 0.99 0.34
Hex 1 7D AE 63 1C 0 20 C5 63 22
Octal 1 175 256 143 34 0 40 305 143 42
Binary 1 1111101 10101110 1100011 11100 0 100000 11000101 1100011 100010

Color Harmonies of #017DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DAE

Black with #017DAE

Text Example


Text Example

White with #017DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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