Html Css Color HEX #92BEDB Cornflower

📋 copy color: '#92BEDB'

red 146 ◦ green 190 ◦ blue 219

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

Shades of Cornflower #92BEDB

Tints of Cornflower #92BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.23%

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

R = 26.31%
G = 34.23%
B = 39.46%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92BEDB (or 0x92BEDB) is known color: Cornflower. HEX triplet: 92, BE and DB. RGB value is (146,190,219). Sum of RGB (Red+Green+Blue) = 146+190+219=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #92BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEDB is #6D4124. Grayscale: #B3B3B3. Windows color (decimal): -7160101 or 14401170. OLE color: 14401170.

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

Color convert

RGB 146 190 219 -
CMYK 0.33 0.13 0 0.14
HSL 203.84º 0.5% 0.72% -
HSV(B) 203.84º 0.33% 0.86% -
XYZ 43.05 48.05 74.02 -
YUV 180.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 146 190 219 0.33 0.13 0 0.14 203.84 0.5 0.72
Hex 92 BE DB 21 D 0 E CC 32 48
Octal 222 276 333 41 15 0 16 314 62 110
Binary 10010010 10111110 11011011 100001 1101 0 1110 11001100 110010 1001000

Color Harmonies of #92BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BEDB

Black with #92BEDB

Text Example


Text Example

White with #92BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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