Html Css Color HEX #92C6DC Cornflower

📋 copy color: '#92C6DC'

red 146 ◦ green 198 ◦ blue 220

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

Shades of Cornflower #92C6DC

Tints of Cornflower #92C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.11%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 25.89%
G = 35.11%
B = 39.01%

CMYK

 C value IS 0.34

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92C6DC (or 0x92C6DC) is known color: Cornflower. HEX triplet: 92, C6 and DC. RGB value is (146,198,220). Sum of RGB (Red+Green+Blue) = 146+198+220=564 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.89% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #92C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C6DC is #6D3923. Grayscale: #B8B8B8. Windows color (decimal): -7158052 or 14468754. OLE color: 14468754.

HSL color Cylindrical-coordinate representation of color #92C6DC: hue angle of 197.84º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92C6DC is Cyan = 0.34, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 198 220 -
CMYK 0.34 0.1 0 0.14
HSL 197.84º 0.51% 0.72% -
HSV(B) 197.84º 0.34% 0.86% -
XYZ 44.97 51.67 75.31 -
YUV 184.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 146 198 220 0.34 0.1 0 0.14 197.84 0.51 0.72
Hex 92 C6 DC 22 A 0 E C6 33 48
Octal 222 306 334 42 12 0 16 306 63 110
Binary 10010010 11000110 11011100 100010 1010 0 1110 11000110 110011 1001000

Color Harmonies of #92C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C6DC

Black with #92C6DC

Text Example


Text Example

White with #92C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,198,220); }

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

background-color css

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

 a { background-color: rgb(146,198,220); }

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

border-color css

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

 span { border-color: rgb(146,198,220); }

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