Html Css Color HEX #92C0F0 Cornflower

📋 copy color: '#92C0F0'

red 146 ◦ green 192 ◦ blue 240

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

Shades of Cornflower #92C0F0

Tints of Cornflower #92C0F0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.22%

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

R = 25.26%
G = 33.22%
B = 41.52%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92C0F0 (or 0x92C0F0) is known color: Cornflower. HEX triplet: 92, C0 and F0. RGB value is (146,192,240). Sum of RGB (Red+Green+Blue) = 146+192+240=578 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.26% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #92C0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C0F0 is #6D3F0F. Grayscale: #B7B7B7. Windows color (decimal): -7159568 or 15777938. OLE color: 15777938.

HSL color Cylindrical-coordinate representation of color #92C0F0: hue angle of 210.64º 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 #92C0F0 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 192 240 -
CMYK 0.39 0.20 0 0.06
HSL 210.64º 0.76% 0.76% -
HSV(B) 210.64º 0.39% 0.94% -
XYZ 46.43 50.1 89.66 -
YUV 183.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 146 192 240 0.39 0.20 0 0.06 210.64 0.76 0.76
Hex 92 C0 F0 27 14 0 6 D3 4C 4C
Octal 222 300 360 47 24 0 6 323 114 114
Binary 10010010 11000000 11110000 100111 10100 0 110 11010011 1001100 1001100

Color Harmonies of #92C0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C0F0

Black with #92C0F0

Text Example


Text Example

White with #92C0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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