Html Css Color HEX #92BFF1 Cornflower

📋 copy color: '#92BFF1'

red 146 ◦ green 191 ◦ blue 241

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

Shades of Cornflower #92BFF1

Tints of Cornflower #92BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 33.04%

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

R = 25.26%
G = 33.04%
B = 41.7%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92BFF1 (or 0x92BFF1) is known color: Cornflower. HEX triplet: 92, BF and F1. RGB value is (146,191,241). Sum of RGB (Red+Green+Blue) = 146+191+241=578 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.26% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #92BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BFF1 is #6D400E. Grayscale: #B7B7B7. Windows color (decimal): -7159823 or 15843218. OLE color: 15843218.

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

Color convert

RGB 146 191 241 -
CMYK 0.39 0.21 0 0.05
HSL 211.58º 0.77% 0.76% -
HSV(B) 211.58º 0.39% 0.95% -
XYZ 46.36 49.72 90.37 -
YUV 183.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 146 191 241 0.39 0.21 0 0.05 211.58 0.77 0.76
Hex 92 BF F1 27 15 0 5 D4 4D 4C
Octal 222 277 361 47 25 0 5 324 115 114
Binary 10010010 10111111 11110001 100111 10101 0 101 11010100 1001101 1001100

Color Harmonies of #92BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BFF1

Black with #92BFF1

Text Example


Text Example

White with #92BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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