Html Css Color HEX #92BAE5 Cornflower

📋 copy color: '#92BAE5'

red 146 ◦ green 186 ◦ blue 229

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

Shades of Cornflower #92BAE5

Tints of Cornflower #92BAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 26.02%
G = 33.16%
B = 40.82%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#92BAE5 (or 0x92BAE5) is known color: Cornflower. HEX triplet: 92, BA and E5. RGB value is (146,186,229). Sum of RGB (Red+Green+Blue) = 146+186+229=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #92BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAE5 is #6D451A. Grayscale: #B2B2B2. Windows color (decimal): -7161115 or 15055506. OLE color: 15055506.

HSL color Cylindrical-coordinate representation of color #92BAE5: hue angle of 211.08º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92BAE5 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 186 229 -
CMYK 0.36 0.19 0 0.10
HSL 211.08º 0.61% 0.74% -
HSV(B) 211.08º 0.36% 0.9% -
XYZ 43.56 46.89 80.88 -
YUV 178.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 146 186 229 0.36 0.19 0 0.10 211.08 0.61 0.74
Hex 92 BA E5 24 13 0 A D3 3D 4A
Octal 222 272 345 44 23 0 12 323 75 112
Binary 10010010 10111010 11100101 100100 10011 0 1010 11010011 111101 1001010

Color Harmonies of #92BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BAE5

Black with #92BAE5

Text Example


Text Example

White with #92BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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