Html Css Color HEX #92C5DC Cornflower

📋 copy color: '#92C5DC'

red 146 ◦ green 197 ◦ blue 220

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

Shades of Cornflower #92C5DC

Tints of Cornflower #92C5DC

RGB

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

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

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

R = 25.93%
G = 34.99%
B = 39.08%

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

#92C5DC (or 0x92C5DC) is known color: Cornflower. HEX triplet: 92, C5 and DC. RGB value is (146,197,220). Sum of RGB (Red+Green+Blue) = 146+197+220=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #92C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5DC is #6D3A23. Grayscale: #B8B8B8. Windows color (decimal): -7158308 or 14468498. OLE color: 14468498.

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

Color convert

RGB 146 197 220 -
CMYK 0.34 0.10 0 0.14
HSL 198.65º 0.51% 0.72% -
HSV(B) 198.65º 0.34% 0.86% -
XYZ 44.74 51.21 75.24 -
YUV 184.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 146 197 220 0.34 0.10 0 0.14 198.65 0.51 0.72
Hex 92 C5 DC 22 A 0 E C7 33 48
Octal 222 305 334 42 12 0 16 307 63 110
Binary 10010010 11000101 11011100 100010 1010 0 1110 11000111 110011 1001000

Color Harmonies of #92C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C5DC

Black with #92C5DC

Text Example


Text Example

White with #92C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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