Html Css Color HEX #92C5F4 Cornflower

📋 copy color: '#92C5F4'

red 146 ◦ green 197 ◦ blue 244

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

Shades of Cornflower #92C5F4

Tints of Cornflower #92C5F4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

 BLUE value IS 244 (95.7% from 255) = 41.57%

R = 24.87%
G = 33.56%
B = 41.57%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#92C5F4 (or 0x92C5F4) is known color: Cornflower. HEX triplet: 92, C5 and F4. RGB value is (146,197,244). Sum of RGB (Red+Green+Blue) = 146+197+244=587 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.87% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #92C5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C5F4 is #6D3A0B. Grayscale: #BABABA. Windows color (decimal): -7158284 or 16041362. OLE color: 16041362.

HSL color Cylindrical-coordinate representation of color #92C5F4: hue angle of 208.78º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92C5F4 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 197 244 -
CMYK 0.40 0.19 0 0.04
HSL 208.78º 0.82% 0.76% -
HSV(B) 208.78º 0.4% 0.96% -
XYZ 48.15 52.58 93.2 -
YUV 187.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 146 197 244 0.40 0.19 0 0.04 208.78 0.82 0.76
Hex 92 C5 F4 28 13 0 4 D1 52 4C
Octal 222 305 364 50 23 0 4 321 122 114
Binary 10010010 11000101 11110100 101000 10011 0 100 11010001 1010010 1001100

Color Harmonies of #92C5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C5F4

Black with #92C5F4

Text Example


Text Example

White with #92C5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,197,244); }

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

background-color css

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

 a { background-color: rgb(146,197,244); }

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

border-color css

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

 span { border-color: rgb(146,197,244); }

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