Html Css Color HEX #92BCDF Cornflower

📋 copy color: '#92BCDF'

red 146 ◦ green 188 ◦ blue 223

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

Shades of Cornflower #92BCDF

Tints of Cornflower #92BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 26.21%
G = 33.75%
B = 40.04%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92BCDF (or 0x92BCDF) is known color: Cornflower. HEX triplet: 92, BC and DF. RGB value is (146,188,223). Sum of RGB (Red+Green+Blue) = 146+188+223=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #92BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCDF is #6D4320. Grayscale: #B3B3B3. Windows color (decimal): -7160609 or 14662802. OLE color: 14662802.

HSL color Cylindrical-coordinate representation of color #92BCDF: hue angle of 207.27º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BCDF is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 188 223 -
CMYK 0.35 0.16 0 0.13
HSL 207.27º 0.55% 0.72% -
HSV(B) 207.27º 0.35% 0.87% -
XYZ 43.16 47.41 76.69 -
YUV 179.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 146 188 223 0.35 0.16 0 0.13 207.27 0.55 0.72
Hex 92 BC DF 23 10 0 D CF 37 48
Octal 222 274 337 43 20 0 15 317 67 110
Binary 10010010 10111100 11011111 100011 10000 0 1101 11001111 110111 1001000

Color Harmonies of #92BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCDF

Black with #92BCDF

Text Example


Text Example

White with #92BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,188,223); }

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

background-color css

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

 a { background-color: rgb(146,188,223); }

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

border-color css

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

 span { border-color: rgb(146,188,223); }

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