Html Css Color HEX #92BAF1 Cornflower

📋 copy color: '#92BAF1'

red 146 ◦ green 186 ◦ blue 241

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

Shades of Cornflower #92BAF1

Tints of Cornflower #92BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.06%

R = 25.48%
G = 32.46%
B = 42.06%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92BAF1 (or 0x92BAF1) is known color: Cornflower. HEX triplet: 92, BA and F1. RGB value is (146,186,241). Sum of RGB (Red+Green+Blue) = 146+186+241=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #92BAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BAF1 is #6D450E. Grayscale: #B4B4B4. Windows color (decimal): -7161103 or 15841938. OLE color: 15841938.

HSL color Cylindrical-coordinate representation of color #92BAF1: hue angle of 214.74º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BAF1 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 186 241 -
CMYK 0.39 0.23 0 0.05
HSL 214.74º 0.77% 0.76% -
HSV(B) 214.74º 0.39% 0.95% -
XYZ 45.29 47.58 90.02 -
YUV 180.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 146 186 241 0.39 0.23 0 0.05 214.74 0.77 0.76
Hex 92 BA F1 27 17 0 5 D7 4D 4C
Octal 222 272 361 47 27 0 5 327 115 114
Binary 10010010 10111010 11110001 100111 10111 0 101 11010111 1001101 1001100

Color Harmonies of #92BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BAF1

Black with #92BAF1

Text Example


Text Example

White with #92BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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