#92CBF1

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

Shades of Cornflower #92CBF1

Tints of Cornflower #92CBF1

Color information

#92CBF1 (or 0x92CBF1) is unknown color: approx Cornflower. HEX triplet: 92, CB and F1. RGB value is (146,203,241). Sum of RGB (Red+Green+Blue) = 146+203+241=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #92CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CBF1 is #6D340E. Grayscale: #BEBEBE. Windows color (decimal): -7156751 or 15846290. OLE color: 15846290.

HSL color Cylindrical-coordinate representation of color #92CBF1: hue angle of 204º 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 #92CBF1 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146203241-
CMYK0.390.1600.05
HSL204º77.24%75.88%-
HSV(B)204º39.42%94.51%-
XYZ49.0955.1791.28-
YUV190.29156.6296.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.75%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=24.75%
G=34.41%
B=40.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462032410.390.1600.0520477.2475.88
Hex92CBF1271005cc4d4c
Octal222313361472005314115114
Binary1001001011001011111100011001111000001011100110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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