Html Css Color HEX #92D1ED Cornflower

📋 copy color: '#92D1ED'

red 146 ◦ green 209 ◦ blue 237

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

Shades of Cornflower #92D1ED

Tints of Cornflower #92D1ED

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.3%

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

R = 24.66%
G = 35.3%
B = 40.03%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#92D1ED (or 0x92D1ED) is known color: Cornflower. HEX triplet: 92, D1 and ED. RGB value is (146,209,237). Sum of RGB (Red+Green+Blue) = 146+209+237=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #92D1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D1ED is #6D2E12. Grayscale: #C1C1C1. Windows color (decimal): -7155219 or 15585682. OLE color: 15585682.

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

Color convert

RGB 146 209 237 -
CMYK 0.38 0.12 0 0.07
HSL 198.46º 0.72% 0.75% -
HSV(B) 198.46º 0.38% 0.93% -
XYZ 49.94 57.83 88.65 -
YUV 193.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 146 209 237 0.38 0.12 0 0.07 198.46 0.72 0.75
Hex 92 D1 ED 26 C 0 7 C6 48 4B
Octal 222 321 355 46 14 0 7 306 110 113
Binary 10010010 11010001 11101101 100110 1100 0 111 11000110 1001000 1001011

Color Harmonies of #92D1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D1ED

Black with #92D1ED

Text Example


Text Example

White with #92D1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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