Html Css Color HEX #92BADB Cornflower

📋 copy color: '#92BADB'

red 146 ◦ green 186 ◦ blue 219

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

Shades of Cornflower #92BADB

Tints of Cornflower #92BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 26.5%
G = 33.76%
B = 39.75%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92BADB (or 0x92BADB) is known color: Cornflower. HEX triplet: 92, BA and DB. RGB value is (146,186,219). Sum of RGB (Red+Green+Blue) = 146+186+219=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #92BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BADB is #6D4524. Grayscale: #B1B1B1. Windows color (decimal): -7161125 or 14400146. OLE color: 14400146.

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

Color convert

RGB 146 186 219 -
CMYK 0.33 0.15 0 0.14
HSL 207.12º 0.5% 0.72% -
HSV(B) 207.12º 0.33% 0.86% -
XYZ 42.2 46.34 73.74 -
YUV 177.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 146 186 219 0.33 0.15 0 0.14 207.12 0.5 0.72
Hex 92 BA DB 21 F 0 E CF 32 48
Octal 222 272 333 41 17 0 16 317 62 110
Binary 10010010 10111010 11011011 100001 1111 0 1110 11001111 110010 1001000

Color Harmonies of #92BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BADB

Black with #92BADB

Text Example


Text Example

White with #92BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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