#92BBF3

Color #92BBF3 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #92BBF3

Tints of Cornflower #92BBF3

Color information

#92BBF3 (or 0x92BBF3) is unknown color: approx Cornflower. HEX triplet: 92, BB and F3. RGB value is (146,187,243). Sum of RGB (Red+Green+Blue) = 146+187+243=576 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.35% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #92BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBF3 is #6D440C. Grayscale: #B4B4B4. Windows color (decimal): -7160845 or 15973266. OLE color: 15973266.

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

Color convert

RGB146187243-
CMYK0.400.2300.05
HSL214.64º80.17%76.27%-
HSV(B)214.64º39.92%95.29%-
XYZ45.848.1291.67-
YUV181.12162.92102.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.35%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=25.35%
G=32.47%
B=42.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461872430.400.2300.05214.6480.1776.27
Hex92BBF3281705d7504c
Octal222273363502705327120114
Binary1001001010111011111100111010001011101011101011110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,243); }

 H1.HeaderClassName
 {
   color: #92BBF3;
 }
 .AnyTagClassName
 {
   color: #92BBF3;
 }
</style>
background-color css

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

 a { background-color: rgb(146,187,243); }

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

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

 span { border-color: rgb(146,187,243); }

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