Html Css Color HEX #92CAED Cornflower

📋 copy color: '#92CAED'

red 146 ◦ green 202 ◦ blue 237

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

Shades of Cornflower #92CAED

Tints of Cornflower #92CAED

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.53%

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 24.96%
G = 34.53%
B = 40.51%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#92CAED (or 0x92CAED) is known color: Cornflower. HEX triplet: 92, CA and ED. RGB value is (146,202,237). Sum of RGB (Red+Green+Blue) = 146+202+237=585 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.96% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #92CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CAED is #6D3512. Grayscale: #BDBDBD. Windows color (decimal): -7157011 or 15583890. OLE color: 15583890.

HSL color Cylindrical-coordinate representation of color #92CAED: hue angle of 203.08º degrees, saturation: 0.72, 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 #92CAED is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 202 237 -
CMYK 0.38 0.15 0 0.07
HSL 203.08º 0.72% 0.75% -
HSV(B) 203.08º 0.38% 0.93% -
XYZ 48.26 54.47 88.09 -
YUV 189.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 146 202 237 0.38 0.15 0 0.07 203.08 0.72 0.75
Hex 92 CA ED 26 F 0 7 CB 48 4B
Octal 222 312 355 46 17 0 7 313 110 113
Binary 10010010 11001010 11101101 100110 1111 0 111 11001011 1001000 1001011

Color Harmonies of #92CAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CAED

Black with #92CAED

Text Example


Text Example

White with #92CAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,202,237); }

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

background-color css

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

 a { background-color: rgb(146,202,237); }

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

border-color css

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

 span { border-color: rgb(146,202,237); }

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