Html Css Color HEX #92B9E5 Cornflower

📋 copy color: '#92B9E5'

red 146 ◦ green 185 ◦ blue 229

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

Shades of Cornflower #92B9E5

Tints of Cornflower #92B9E5

RGB

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

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

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

R = 26.07%
G = 33.04%
B = 40.89%

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

#92B9E5 (or 0x92B9E5) is known color: Cornflower. HEX triplet: 92, B9 and E5. RGB value is (146,185,229). Sum of RGB (Red+Green+Blue) = 146+185+229=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #92B9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9E5 is #6D461A. Grayscale: #B2B2B2. Windows color (decimal): -7161371 or 15055250. OLE color: 15055250.

HSL color Cylindrical-coordinate representation of color #92B9E5: hue angle of 211.81º 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 #92B9E5 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 185 229 -
CMYK 0.36 0.19 0 0.10
HSL 211.81º 0.61% 0.74% -
HSV(B) 211.81º 0.36% 0.9% -
XYZ 43.35 46.47 80.81 -
YUV 178.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 146 185 229 0.36 0.19 0 0.10 211.81 0.61 0.74
Hex 92 B9 E5 24 13 0 A D4 3D 4A
Octal 222 271 345 44 23 0 12 324 75 112
Binary 10010010 10111001 11100101 100100 10011 0 1010 11010100 111101 1001010

Color Harmonies of #92B9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B9E5

Black with #92B9E5

Text Example


Text Example

White with #92B9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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