Html Css Color HEX #92C7DC Cornflower

📋 copy color: '#92C7DC'

red 146 ◦ green 199 ◦ blue 220

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

Shades of Cornflower #92C7DC

Tints of Cornflower #92C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.22%

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

R = 25.84%
G = 35.22%
B = 38.94%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92C7DC (or 0x92C7DC) is known color: Cornflower. HEX triplet: 92, C7 and DC. RGB value is (146,199,220). Sum of RGB (Red+Green+Blue) = 146+199+220=565 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.84% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #92C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C7DC is #6D3823. Grayscale: #B9B9B9. Windows color (decimal): -7157796 or 14469010. OLE color: 14469010.

HSL color Cylindrical-coordinate representation of color #92C7DC: hue angle of 197.03º 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 #92C7DC is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 199 220 -
CMYK 0.34 0.10 0 0.14
HSL 197.03º 0.51% 0.72% -
HSV(B) 197.03º 0.34% 0.86% -
XYZ 45.2 52.13 75.39 -
YUV 185.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 146 199 220 0.34 0.10 0 0.14 197.03 0.51 0.72
Hex 92 C7 DC 22 A 0 E C5 33 48
Octal 222 307 334 42 12 0 16 305 63 110
Binary 10010010 11000111 11011100 100010 1010 0 1110 11000101 110011 1001000

Color Harmonies of #92C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C7DC

Black with #92C7DC

Text Example


Text Example

White with #92C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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