Html Css Color HEX #92BCD7 Cornflower

📋 copy color: '#92BCD7'

red 146 ◦ green 188 ◦ blue 215

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

Shades of Cornflower #92BCD7

Tints of Cornflower #92BCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.16%

R = 26.59%
G = 34.24%
B = 39.16%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#92BCD7 (or 0x92BCD7) is known color: Cornflower. HEX triplet: 92, BC and D7. RGB value is (146,188,215). Sum of RGB (Red+Green+Blue) = 146+188+215=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #92BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCD7 is #6D4328. Grayscale: #B2B2B2. Windows color (decimal): -7160617 or 14138514. OLE color: 14138514.

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

Color convert

RGB 146 188 215 -
CMYK 0.32 0.13 0 0.16
HSL 203.48º 0.46% 0.71% -
HSV(B) 203.48º 0.32% 0.84% -
XYZ 42.1 46.98 71.14 -
YUV 178.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 146 188 215 0.32 0.13 0 0.16 203.48 0.46 0.71
Hex 92 BC D7 20 D 0 10 CB 2E 47
Octal 222 274 327 40 15 0 20 313 56 107
Binary 10010010 10111100 11010111 100000 1101 0 10000 11001011 101110 1000111

Color Harmonies of #92BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCD7

Black with #92BCD7

Text Example


Text Example

White with #92BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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