Html Css Color HEX #1680BB Cerulean

📋 copy color: '#1680BB'

red 22 ◦ green 128 ◦ blue 187

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

Shades of Cerulean #1680BB

Tints of Cerulean #1680BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 6.53%
G = 37.98%
B = 55.49%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1680BB (or 0x1680BB) is known color: Cerulean. HEX triplet: 16, 80 and BB. RGB value is (22,128,187). Sum of RGB (Red+Green+Blue) = 22+128+187=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #1680BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680BB is #E97F44. Grayscale: #666666. Windows color (decimal): -15302469 or 12288022. OLE color: 12288022.

HSL color Cylindrical-coordinate representation of color #1680BB: hue angle of 201.45º 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 #1680BB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 128 187 -
CMYK 0.88 0.32 0 0.27
HSL 201.45º 0.79% 0.41% -
HSV(B) 201.45º 0.88% 0.73% -
XYZ 17.02 19.2 49.82 -
YUV 103.03 175.38 70.2 -
System Red Green Blue C M Y K H S L
Decimal 22 128 187 0.88 0.32 0 0.27 201.45 0.79 0.41
Hex 16 80 BB 58 20 0 1B C9 4F 29
Octal 26 200 273 130 40 0 33 311 117 51
Binary 10110 10000000 10111011 1011000 100000 0 11011 11001001 1001111 101001

Color Harmonies of #1680BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680BB

Black with #1680BB

Text Example


Text Example

White with #1680BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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