Html Css Color HEX #92BCF3 Cornflower

📋 copy color: '#92BCF3'

red 146 ◦ green 188 ◦ blue 243

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

Shades of Cornflower #92BCF3

Tints of Cornflower #92BCF3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.58%

 BLUE value IS 243 (95.31% from 255) = 42.11%

R = 25.3%
G = 32.58%
B = 42.11%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92BCF3 (or 0x92BCF3) is known color: Cornflower. HEX triplet: 92, BC and F3. RGB value is (146,188,243). Sum of RGB (Red+Green+Blue) = 146+188+243=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #92BCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCF3 is #6D430C. Grayscale: #B5B5B5. Windows color (decimal): -7160589 or 15973522. OLE color: 15973522.

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

Color convert

RGB 146 188 243 -
CMYK 0.40 0.23 0 0.05
HSL 214.02º 0.8% 0.76% -
HSV(B) 214.02º 0.4% 0.95% -
XYZ 46.01 48.55 91.74 -
YUV 181.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 146 188 243 0.40 0.23 0 0.05 214.02 0.8 0.76
Hex 92 BC F3 28 17 0 5 D6 50 4C
Octal 222 274 363 50 27 0 5 326 120 114
Binary 10010010 10111100 11110011 101000 10111 0 101 11010110 1010000 1001100

Color Harmonies of #92BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCF3

Black with #92BCF3

Text Example


Text Example

White with #92BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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