Html Css Color HEX #92BADC Cornflower

📋 copy color: '#92BADC'

red 146 ◦ green 186 ◦ blue 220

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

Shades of Cornflower #92BADC

Tints of Cornflower #92BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.7%

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

R = 26.45%
G = 33.7%
B = 39.86%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92BADC (or 0x92BADC) is known color: Cornflower. HEX triplet: 92, BA and DC. RGB value is (146,186,220). Sum of RGB (Red+Green+Blue) = 146+186+220=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #92BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BADC is #6D4523. Grayscale: #B1B1B1. Windows color (decimal): -7161124 or 14465682. OLE color: 14465682.

HSL color Cylindrical-coordinate representation of color #92BADC: hue angle of 207.57º 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 #92BADC is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 186 220 -
CMYK 0.34 0.15 0 0.14
HSL 207.57º 0.51% 0.72% -
HSV(B) 207.57º 0.34% 0.86% -
XYZ 42.33 46.4 74.43 -
YUV 177.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 146 186 220 0.34 0.15 0 0.14 207.57 0.51 0.72
Hex 92 BA DC 22 F 0 E D0 33 48
Octal 222 272 334 42 17 0 16 320 63 110
Binary 10010010 10111010 11011100 100010 1111 0 1110 11010000 110011 1001000

Color Harmonies of #92BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BADC

Black with #92BADC

Text Example


Text Example

White with #92BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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