Html Css Color HEX #017BBD Cerulean

📋 copy color: '#017BBD'

red 1 ◦ green 123 ◦ blue 189

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

Shades of Cerulean #017BBD

Tints of Cerulean #017BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.3%

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 0.32%
G = 39.3%
B = 60.38%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#017BBD (or 0x017BBD) is known color: Cerulean. HEX triplet: 01, 7B and BD. RGB value is (1,123,189). Sum of RGB (Red+Green+Blue) = 1+123+189=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #017BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BBD is #FE8442. Grayscale: #5D5D5D. Windows color (decimal): -16680003 or 12417793. OLE color: 12417793.

HSL color Cylindrical-coordinate representation of color #017BBD: hue angle of 201.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017BBD is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 123 189 -
CMYK 0.99 0.35 0 0.26
HSL 201.06º 0.99% 0.37% -
HSV(B) 201.06º 0.99% 0.74% -
XYZ 16.28 17.85 50.73 -
YUV 94.05 181.58 61.63 -
System Red Green Blue C M Y K H S L
Decimal 1 123 189 0.99 0.35 0 0.26 201.06 0.99 0.37
Hex 1 7B BD 63 23 0 1A C9 63 25
Octal 1 173 275 143 43 0 32 311 143 45
Binary 1 1111011 10111101 1100011 100011 0 11010 11001001 1100011 100101

Color Harmonies of #017BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BBD

Black with #017BBD

Text Example


Text Example

White with #017BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,123,189); }

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

background-color css

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

 a { background-color: rgb(1,123,189); }

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

border-color css

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

 span { border-color: rgb(1,123,189); }

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