Html Css Color HEX #1682BB Cerulean

📋 copy color: '#1682BB'

red 22 ◦ green 130 ◦ blue 187

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

Shades of Cerulean #1682BB

Tints of Cerulean #1682BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 6.49%
G = 38.35%
B = 55.16%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1682BB (or 0x1682BB) is known color: Cerulean. HEX triplet: 16, 82 and BB. RGB value is (22,130,187). Sum of RGB (Red+Green+Blue) = 22+130+187=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1682BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1682BB is #E97D44. Grayscale: #676767. Windows color (decimal): -15301957 or 12288534. OLE color: 12288534.

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

Color convert

RGB 22 130 187 -
CMYK 0.88 0.30 0 0.27
HSL 200.73º 0.79% 0.41% -
HSV(B) 200.73º 0.88% 0.73% -
XYZ 17.28 19.72 49.91 -
YUV 104.21 174.72 69.37 -
System Red Green Blue C M Y K H S L
Decimal 22 130 187 0.88 0.30 0 0.27 200.73 0.79 0.41
Hex 16 82 BB 58 1E 0 1B C9 4F 29
Octal 26 202 273 130 36 0 33 311 117 51
Binary 10110 10000010 10111011 1011000 11110 0 11011 11001001 1001111 101001

Color Harmonies of #1682BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1682BB

Black with #1682BB

Text Example


Text Example

White with #1682BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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