Html Css Color HEX #1680BC Cerulean

📋 copy color: '#1680BC'

red 22 ◦ green 128 ◦ blue 188

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

Shades of Cerulean #1680BC

Tints of Cerulean #1680BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 6.51%
G = 37.87%
B = 55.62%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1680BC (or 0x1680BC) is known color: Cerulean. HEX triplet: 16, 80 and BC. RGB value is (22,128,188). Sum of RGB (Red+Green+Blue) = 22+128+188=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #1680BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680BC is #E97F43. Grayscale: #666666. Windows color (decimal): -15302468 or 12353558. OLE color: 12353558.

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

Color convert

RGB 22 128 188 -
CMYK 0.88 0.32 0 0.26
HSL 201.69º 0.79% 0.41% -
HSV(B) 201.69º 0.88% 0.74% -
XYZ 17.13 19.24 50.39 -
YUV 103.15 175.88 70.12 -
System Red Green Blue C M Y K H S L
Decimal 22 128 188 0.88 0.32 0 0.26 201.69 0.79 0.41
Hex 16 80 BC 58 20 0 1A CA 4F 29
Octal 26 200 274 130 40 0 32 312 117 51
Binary 10110 10000000 10111100 1011000 100000 0 11010 11001010 1001111 101001

Color Harmonies of #1680BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1680BC

Black with #1680BC

Text Example


Text Example

White with #1680BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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