Html Css Color HEX #98C0EB Cornflower

📋 copy color: '#98C0EB'

red 152 ◦ green 192 ◦ blue 235

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

Shades of Cornflower #98C0EB

Tints of Cornflower #98C0EB

RGB

 RED value IS 152 (59.77% from 255) = 26.25%

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

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 26.25%
G = 33.16%
B = 40.59%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98C0EB (or 0x98C0EB) is known color: Cornflower. HEX triplet: 98, C0 and EB. RGB value is (152,192,235). Sum of RGB (Red+Green+Blue) = 152+192+235=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #98C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0EB is #673F14. Grayscale: #B8B8B8. Windows color (decimal): -6766357 or 15450264. OLE color: 15450264.

HSL color Cylindrical-coordinate representation of color #98C0EB: hue angle of 211.08º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98C0EB is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 192 235 -
CMYK 0.35 0.18 0 0.08
HSL 211.08º 0.67% 0.76% -
HSV(B) 211.08º 0.35% 0.92% -
XYZ 46.79 50.37 85.85 -
YUV 184.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 152 192 235 0.35 0.18 0 0.08 211.08 0.67 0.76
Hex 98 C0 EB 23 12 0 8 D3 43 4C
Octal 230 300 353 43 22 0 10 323 103 114
Binary 10011000 11000000 11101011 100011 10010 0 1000 11010011 1000011 1001100

Color Harmonies of #98C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0EB

Black with #98C0EB

Text Example


Text Example

White with #98C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98C0EB; }

 p { color: rgb(152,192,235); }

 H1.HeaderClassName
 {
   color: #98C0EB;
 }
 .AnyTagClassName
 {
   color: #98C0EB;
 }
</style>

background-color css

<style>
 a { background-color: #98C0EB; }

 a { background-color: rgb(152,192,235); }

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

border-color css

<style>
 span { border-color: #98C0EB; }

 span { border-color: rgb(152,192,235); }

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