Html Css Color HEX #92C5EA Cornflower

📋 copy color: '#92C5EA'

red 146 ◦ green 197 ◦ blue 234

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

Shades of Cornflower #92C5EA

Tints of Cornflower #92C5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.14%

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 25.3%
G = 34.14%
B = 40.55%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92C5EA (or 0x92C5EA) is known color: Cornflower. HEX triplet: 92, C5 and EA. RGB value is (146,197,234). Sum of RGB (Red+Green+Blue) = 146+197+234=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #92C5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C5EA is #6D3A15. Grayscale: #B9B9B9. Windows color (decimal): -7158294 or 15386002. OLE color: 15386002.

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

Color convert

RGB 146 197 234 -
CMYK 0.38 0.16 0 0.08
HSL 205.23º 0.68% 0.75% -
HSV(B) 205.23º 0.38% 0.92% -
XYZ 46.67 51.98 85.42 -
YUV 185.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 146 197 234 0.38 0.16 0 0.08 205.23 0.68 0.75
Hex 92 C5 EA 26 10 0 8 CD 44 4B
Octal 222 305 352 46 20 0 10 315 104 113
Binary 10010010 11000101 11101010 100110 10000 0 1000 11001101 1000100 1001011

Color Harmonies of #92C5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C5EA

Black with #92C5EA

Text Example


Text Example

White with #92C5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,197,234); }

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

background-color css

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

 a { background-color: rgb(146,197,234); }

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

border-color css

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

 span { border-color: rgb(146,197,234); }

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