Html Css Color HEX #1682BE Cerulean

📋 copy color: '#1682BE'

red 22 ◦ green 130 ◦ blue 190

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

Shades of Cerulean #1682BE

Tints of Cerulean #1682BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 6.43%
G = 38.01%
B = 55.56%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1682BE (or 0x1682BE) is known color: Cerulean. HEX triplet: 16, 82 and BE. RGB value is (22,130,190). Sum of RGB (Red+Green+Blue) = 22+130+190=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #1682BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1682BE is #E97D41. Grayscale: #686868. Windows color (decimal): -15301954 or 12485142. OLE color: 12485142.

HSL color Cylindrical-coordinate representation of color #1682BE: hue angle of 201.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1682BE is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 130 190 -
CMYK 0.88 0.32 0 0.25
HSL 201.43º 0.79% 0.42% -
HSV(B) 201.43º 0.88% 0.75% -
XYZ 17.61 19.85 51.62 -
YUV 104.55 176.22 69.12 -
System Red Green Blue C M Y K H S L
Decimal 22 130 190 0.88 0.32 0 0.25 201.43 0.79 0.42
Hex 16 82 BE 58 20 0 19 C9 4F 2A
Octal 26 202 276 130 40 0 31 311 117 52
Binary 10110 10000010 10111110 1011000 100000 0 11001 11001001 1001111 101010

Color Harmonies of #1682BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1682BE

Black with #1682BE

Text Example


Text Example

White with #1682BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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