Html Css Color HEX #92BFDC Cornflower

📋 copy color: '#92BFDC'

red 146 ◦ green 191 ◦ blue 220

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

Shades of Cornflower #92BFDC

Tints of Cornflower #92BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

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

R = 26.21%
G = 34.29%
B = 39.5%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92BFDC (or 0x92BFDC) is known color: Cornflower. HEX triplet: 92, BF and DC. RGB value is (146,191,220). Sum of RGB (Red+Green+Blue) = 146+191+220=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #92BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFDC is #6D4023. Grayscale: #B4B4B4. Windows color (decimal): -7159844 or 14466962. OLE color: 14466962.

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

Color convert

RGB 146 191 220 -
CMYK 0.34 0.13 0 0.14
HSL 203.51º 0.51% 0.72% -
HSV(B) 203.51º 0.34% 0.86% -
XYZ 43.4 48.54 74.79 -
YUV 180.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 146 191 220 0.34 0.13 0 0.14 203.51 0.51 0.72
Hex 92 BF DC 22 D 0 E CC 33 48
Octal 222 277 334 42 15 0 16 314 63 110
Binary 10010010 10111111 11011100 100010 1101 0 1110 11001100 110011 1001000

Color Harmonies of #92BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BFDC

Black with #92BFDC

Text Example


Text Example

White with #92BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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