Html Css Color HEX #92C2EB Cornflower

📋 copy color: '#92C2EB'

red 146 ◦ green 194 ◦ blue 235

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

Shades of Cornflower #92C2EB

Tints of Cornflower #92C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.74%

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

R = 25.39%
G = 33.74%
B = 40.87%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92C2EB (or 0x92C2EB) is known color: Cornflower. HEX triplet: 92, C2 and EB. RGB value is (146,194,235). Sum of RGB (Red+Green+Blue) = 146+194+235=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #92C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C2EB is #6D3D14. Grayscale: #B8B8B8. Windows color (decimal): -7159061 or 15450770. OLE color: 15450770.

HSL color Cylindrical-coordinate representation of color #92C2EB: hue angle of 207.64º 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 #92C2EB is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 194 235 -
CMYK 0.38 0.17 0 0.08
HSL 207.64º 0.69% 0.75% -
HSV(B) 207.64º 0.38% 0.92% -
XYZ 46.14 50.69 85.95 -
YUV 184.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 146 194 235 0.38 0.17 0 0.08 207.64 0.69 0.75
Hex 92 C2 EB 26 11 0 8 D0 45 4B
Octal 222 302 353 46 21 0 10 320 105 113
Binary 10010010 11000010 11101011 100110 10001 0 1000 11010000 1000101 1001011

Color Harmonies of #92C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C2EB

Black with #92C2EB

Text Example


Text Example

White with #92C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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