Html Css Color HEX #92BDF0 Cornflower

📋 copy color: '#92BDF0'

red 146 ◦ green 189 ◦ blue 240

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

Shades of Cornflower #92BDF0

Tints of Cornflower #92BDF0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

 BLUE value IS 240 (94.14% from 255) = 41.74%

R = 25.39%
G = 32.87%
B = 41.74%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92BDF0 (or 0x92BDF0) is known color: Cornflower. HEX triplet: 92, BD and F0. RGB value is (146,189,240). Sum of RGB (Red+Green+Blue) = 146+189+240=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #92BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDF0 is #6D420F. Grayscale: #B5B5B5. Windows color (decimal): -7160336 or 15777170. OLE color: 15777170.

HSL color Cylindrical-coordinate representation of color #92BDF0: hue angle of 212.55º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BDF0 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 189 240 -
CMYK 0.39 0.21 0 0.06
HSL 212.55º 0.76% 0.76% -
HSV(B) 212.55º 0.39% 0.94% -
XYZ 45.78 48.8 89.44 -
YUV 181.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 146 189 240 0.39 0.21 0 0.06 212.55 0.76 0.76
Hex 92 BD F0 27 15 0 6 D5 4C 4C
Octal 222 275 360 47 25 0 6 325 114 114
Binary 10010010 10111101 11110000 100111 10101 0 110 11010101 1001100 1001100

Color Harmonies of #92BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDF0

Black with #92BDF0

Text Example


Text Example

White with #92BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,189,240); }

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

background-color css

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

 a { background-color: rgb(146,189,240); }

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

border-color css

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

 span { border-color: rgb(146,189,240); }

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