Html Css Color HEX #1680BA Cerulean

📋 copy color: '#1680BA'

red 22 ◦ green 128 ◦ blue 186

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

Shades of Cerulean #1680BA

Tints of Cerulean #1680BA

RGB

 RED value IS 22 (8.98% from 255) = 6.55%

 GREEN value IS 128 (50.39% from 255) = 38.1%

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 6.55%
G = 38.1%
B = 55.36%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1680BA (or 0x1680BA) is known color: Cerulean. HEX triplet: 16, 80 and BA. RGB value is (22,128,186). Sum of RGB (Red+Green+Blue) = 22+128+186=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #1680BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680BA is #E97F45. Grayscale: #666666. Windows color (decimal): -15302470 or 12222486. OLE color: 12222486.

HSL color Cylindrical-coordinate representation of color #1680BA: hue angle of 201.22º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1680BA is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 128 186 -
CMYK 0.88 0.31 0 0.27
HSL 201.22º 0.79% 0.41% -
HSV(B) 201.22º 0.88% 0.73% -
XYZ 16.91 19.15 49.26 -
YUV 102.92 174.88 70.28 -
System Red Green Blue C M Y K H S L
Decimal 22 128 186 0.88 0.31 0 0.27 201.22 0.79 0.41
Hex 16 80 BA 58 1F 0 1B C9 4F 29
Octal 26 200 272 130 37 0 33 311 117 51
Binary 10110 10000000 10111010 1011000 11111 0 11011 11001001 1001111 101001

Color Harmonies of #1680BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680BA

Black with #1680BA

Text Example


Text Example

White with #1680BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1680BA; }

 p { color: rgb(22,128,186); }

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

background-color css

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

 a { background-color: rgb(22,128,186); }

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

border-color css

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

 span { border-color: rgb(22,128,186); }

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