Html Css Color HEX #92C1DC Cornflower

📋 copy color: '#92C1DC'

red 146 ◦ green 193 ◦ blue 220

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

Shades of Cornflower #92C1DC

Tints of Cornflower #92C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.53%

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

R = 26.12%
G = 34.53%
B = 39.36%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92C1DC (or 0x92C1DC) is known color: Cornflower. HEX triplet: 92, C1 and DC. RGB value is (146,193,220). Sum of RGB (Red+Green+Blue) = 146+193+220=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #92C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C1DC is #6D3E23. Grayscale: #B5B5B5. Windows color (decimal): -7159332 or 14467474. OLE color: 14467474.

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

Color convert

RGB 146 193 220 -
CMYK 0.34 0.12 0 0.14
HSL 201.89º 0.51% 0.72% -
HSV(B) 201.89º 0.34% 0.86% -
XYZ 43.84 49.42 74.94 -
YUV 182.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 146 193 220 0.34 0.12 0 0.14 201.89 0.51 0.72
Hex 92 C1 DC 22 C 0 E CA 33 48
Octal 222 301 334 42 14 0 16 312 63 110
Binary 10010010 11000001 11011100 100010 1100 0 1110 11001010 110011 1001000

Color Harmonies of #92C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C1DC

Black with #92C1DC

Text Example


Text Example

White with #92C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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