Html Css Color HEX #92B9DC Cornflower

📋 copy color: '#92B9DC'

red 146 ◦ green 185 ◦ blue 220

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

Shades of Cornflower #92B9DC

Tints of Cornflower #92B9DC

RGB

 RED value IS 146 (57.42% from 255) = 26.5%

 GREEN value IS 185 (72.66% from 255) = 33.58%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 26.5%
G = 33.58%
B = 39.93%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92B9DC (or 0x92B9DC) is known color: Cornflower. HEX triplet: 92, B9 and DC. RGB value is (146,185,220). Sum of RGB (Red+Green+Blue) = 146+185+220=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #92B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9DC is #6D4623. Grayscale: #B1B1B1. Windows color (decimal): -7161380 or 14465426. OLE color: 14465426.

HSL color Cylindrical-coordinate representation of color #92B9DC: hue angle of 208.38º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92B9DC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 185 220 -
CMYK 0.34 0.16 0 0.14
HSL 208.38º 0.51% 0.72% -
HSV(B) 208.38º 0.34% 0.86% -
XYZ 42.12 45.98 74.36 -
YUV 177.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 146 185 220 0.34 0.16 0 0.14 208.38 0.51 0.72
Hex 92 B9 DC 22 10 0 E D0 33 48
Octal 222 271 334 42 20 0 16 320 63 110
Binary 10010010 10111001 11011100 100010 10000 0 1110 11010000 110011 1001000

Color Harmonies of #92B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B9DC

Black with #92B9DC

Text Example


Text Example

White with #92B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92B9DC; }

 p { color: rgb(146,185,220); }

 H1.HeaderClassName
 {
   color: #92B9DC;
 }
 .AnyTagClassName
 {
   color: #92B9DC;
 }
</style>

background-color css

<style>
 a { background-color: #92B9DC; }

 a { background-color: rgb(146,185,220); }

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

border-color css

<style>
 span { border-color: #92B9DC; }

 span { border-color: rgb(146,185,220); }

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