Html Css Color HEX #92BCEB Cornflower

📋 copy color: '#92BCEB'

red 146 ◦ green 188 ◦ blue 235

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

Shades of Cornflower #92BCEB

Tints of Cornflower #92BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 25.66%
G = 33.04%
B = 41.3%

CMYK

 C value IS 0.38

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92BCEB (or 0x92BCEB) is known color: Cornflower. HEX triplet: 92, BC and EB. RGB value is (146,188,235). Sum of RGB (Red+Green+Blue) = 146+188+235=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #92BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCEB is #6D4314. Grayscale: #B4B4B4. Windows color (decimal): -7160597 or 15449234. OLE color: 15449234.

HSL color Cylindrical-coordinate representation of color #92BCEB: hue angle of 211.69º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92BCEB is Cyan = 0.38, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 188 235 -
CMYK 0.38 0.2 0 0.08
HSL 211.69º 0.69% 0.75% -
HSV(B) 211.69º 0.38% 0.92% -
XYZ 44.83 48.08 85.51 -
YUV 180.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 146 188 235 0.38 0.2 0 0.08 211.69 0.69 0.75
Hex 92 BC EB 26 14 0 8 D4 45 4B
Octal 222 274 353 46 24 0 10 324 105 113
Binary 10010010 10111100 11101011 100110 10100 0 1000 11010100 1000101 1001011

Color Harmonies of #92BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCEB

Black with #92BCEB

Text Example


Text Example

White with #92BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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