Html Css Color HEX #92BCEC Cornflower

📋 copy color: '#92BCEC'

red 146 ◦ green 188 ◦ blue 236

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

Shades of Cornflower #92BCEC

Tints of Cornflower #92BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 25.61%
G = 32.98%
B = 41.4%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#92BCEC (or 0x92BCEC) is known color: Cornflower. HEX triplet: 92, BC and EC. RGB value is (146,188,236). Sum of RGB (Red+Green+Blue) = 146+188+236=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #92BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCEC is #6D4313. Grayscale: #B4B4B4. Windows color (decimal): -7160596 or 15514770. OLE color: 15514770.

HSL color Cylindrical-coordinate representation of color #92BCEC: hue angle of 212º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92BCEC is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 188 236 -
CMYK 0.38 0.20 0 0.07
HSL 212º 0.7% 0.75% -
HSV(B) 212º 0.38% 0.93% -
XYZ 44.98 48.13 86.28 -
YUV 180.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 146 188 236 0.38 0.20 0 0.07 212 0.7 0.75
Hex 92 BC EC 26 14 0 7 D4 46 4B
Octal 222 274 354 46 24 0 7 324 106 113
Binary 10010010 10111100 11101100 100110 10100 0 111 11010100 1000110 1001011

Color Harmonies of #92BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCEC

Black with #92BCEC

Text Example


Text Example

White with #92BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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