Html Css Color HEX #92BDE1 Cornflower

📋 copy color: '#92BDE1'

red 146 ◦ green 189 ◦ blue 225

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

Shades of Cornflower #92BDE1

Tints of Cornflower #92BDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.75%

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 26.07%
G = 33.75%
B = 40.18%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#92BDE1 (or 0x92BDE1) is known color: Cornflower. HEX triplet: 92, BD and E1. RGB value is (146,189,225). Sum of RGB (Red+Green+Blue) = 146+189+225=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #92BDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDE1 is #6D421E. Grayscale: #B4B4B4. Windows color (decimal): -7160351 or 14794130. OLE color: 14794130.

HSL color Cylindrical-coordinate representation of color #92BDE1: hue angle of 207.34º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BDE1 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 146 189 225 -
CMYK 0.35 0.16 0 0.12
HSL 207.34º 0.57% 0.73% -
HSV(B) 207.34º 0.35% 0.88% -
XYZ 43.64 47.94 78.19 -
YUV 180.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 146 189 225 0.35 0.16 0 0.12 207.34 0.57 0.73
Hex 92 BD E1 23 10 0 C CF 39 49
Octal 222 275 341 43 20 0 14 317 71 111
Binary 10010010 10111101 11100001 100011 10000 0 1100 11001111 111001 1001001

Color Harmonies of #92BDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDE1

Black with #92BDE1

Text Example


Text Example

White with #92BDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,189,225); }

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

background-color css

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

 a { background-color: rgb(146,189,225); }

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

border-color css

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

 span { border-color: rgb(146,189,225); }

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