Html Css Color HEX #92BCF2 Cornflower

📋 copy color: '#92BCF2'

red 146 ◦ green 188 ◦ blue 242

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

Shades of Cornflower #92BCF2

Tints of Cornflower #92BCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 25.35%
G = 32.64%
B = 42.01%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92BCF2 (or 0x92BCF2) is known color: Cornflower. HEX triplet: 92, BC and F2. RGB value is (146,188,242). Sum of RGB (Red+Green+Blue) = 146+188+242=576 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.35% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #92BCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCF2 is #6D430D. Grayscale: #B5B5B5. Windows color (decimal): -7160590 or 15907986. OLE color: 15907986.

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

Color convert

RGB 146 188 242 -
CMYK 0.40 0.22 0 0.05
HSL 213.75º 0.79% 0.76% -
HSV(B) 213.75º 0.4% 0.95% -
XYZ 45.86 48.49 90.95 -
YUV 181.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 146 188 242 0.40 0.22 0 0.05 213.75 0.79 0.76
Hex 92 BC F2 28 16 0 5 D6 4F 4C
Octal 222 274 362 50 26 0 5 326 117 114
Binary 10010010 10111100 11110010 101000 10110 0 101 11010110 1001111 1001100

Color Harmonies of #92BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCF2

Black with #92BCF2

Text Example


Text Example

White with #92BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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