Html Css Color HEX #92B9EA Cornflower

📋 copy color: '#92B9EA'

red 146 ◦ green 185 ◦ blue 234

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

Shades of Cornflower #92B9EA

Tints of Cornflower #92B9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.74%

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 25.84%
G = 32.74%
B = 41.42%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92B9EA (or 0x92B9EA) is known color: Cornflower. HEX triplet: 92, B9 and EA. RGB value is (146,185,234). Sum of RGB (Red+Green+Blue) = 146+185+234=565 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.84% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #92B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B9EA is #6D4615. Grayscale: #B2B2B2. Windows color (decimal): -7161366 or 15382930. OLE color: 15382930.

HSL color Cylindrical-coordinate representation of color #92B9EA: hue angle of 213.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B9EA is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 185 234 -
CMYK 0.38 0.21 0 0.08
HSL 213.41º 0.68% 0.75% -
HSV(B) 213.41º 0.38% 0.92% -
XYZ 44.05 46.75 84.54 -
YUV 178.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 146 185 234 0.38 0.21 0 0.08 213.41 0.68 0.75
Hex 92 B9 EA 26 15 0 8 D5 44 4B
Octal 222 271 352 46 25 0 10 325 104 113
Binary 10010010 10111001 11101010 100110 10101 0 1000 11010101 1000100 1001011

Color Harmonies of #92B9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B9EA

Black with #92B9EA

Text Example


Text Example

White with #92B9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,185,234); }

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

background-color css

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

 a { background-color: rgb(146,185,234); }

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

border-color css

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

 span { border-color: rgb(146,185,234); }

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