Html Css Color HEX #92BCD8 Cornflower

📋 copy color: '#92BCD8'

red 146 ◦ green 188 ◦ blue 216

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

Shades of Cornflower #92BCD8

Tints of Cornflower #92BCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 26.55%
G = 34.18%
B = 39.27%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92BCD8 (or 0x92BCD8) is known color: Cornflower. HEX triplet: 92, BC and D8. RGB value is (146,188,216). Sum of RGB (Red+Green+Blue) = 146+188+216=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #92BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCD8 is #6D4327. Grayscale: #B2B2B2. Windows color (decimal): -7160616 or 14204050. OLE color: 14204050.

HSL color Cylindrical-coordinate representation of color #92BCD8: hue angle of 204º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92BCD8 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 188 216 -
CMYK 0.32 0.13 0 0.15
HSL 204º 0.47% 0.71% -
HSV(B) 204º 0.32% 0.85% -
XYZ 42.23 47.04 71.82 -
YUV 178.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 146 188 216 0.32 0.13 0 0.15 204 0.47 0.71
Hex 92 BC D8 20 D 0 F CC 2F 47
Octal 222 274 330 40 15 0 17 314 57 107
Binary 10010010 10111100 11011000 100000 1101 0 1111 11001100 101111 1000111

Color Harmonies of #92BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCD8

Black with #92BCD8

Text Example


Text Example

White with #92BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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