Html Css Color HEX #92BBED Cornflower

📋 copy color: '#92BBED'

red 146 ◦ green 187 ◦ blue 237

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

Shades of Cornflower #92BBED

Tints of Cornflower #92BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.81%

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

R = 25.61%
G = 32.81%
B = 41.58%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#92BBED (or 0x92BBED) is known color: Cornflower. HEX triplet: 92, BB and ED. RGB value is (146,187,237). Sum of RGB (Red+Green+Blue) = 146+187+237=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #92BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBED is #6D4412. Grayscale: #B4B4B4. Windows color (decimal): -7160851 or 15580050. OLE color: 15580050.

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

Color convert

RGB 146 187 237 -
CMYK 0.38 0.21 0 0.07
HSL 212.97º 0.72% 0.75% -
HSV(B) 212.97º 0.38% 0.93% -
XYZ 44.91 47.77 86.97 -
YUV 180.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 146 187 237 0.38 0.21 0 0.07 212.97 0.72 0.75
Hex 92 BB ED 26 15 0 7 D5 48 4B
Octal 222 273 355 46 25 0 7 325 110 113
Binary 10010010 10111011 11101101 100110 10101 0 111 11010101 1001000 1001011

Color Harmonies of #92BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BBED

Black with #92BBED

Text Example


Text Example

White with #92BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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