Html Css Color HEX #98C2EB Cornflower

📋 copy color: '#98C2EB'

red 152 ◦ green 194 ◦ blue 235

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

Shades of Cornflower #98C2EB

Tints of Cornflower #98C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.39%

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

R = 26.16%
G = 33.39%
B = 40.45%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98C2EB (or 0x98C2EB) is known color: Cornflower. HEX triplet: 98, C2 and EB. RGB value is (152,194,235). Sum of RGB (Red+Green+Blue) = 152+194+235=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #98C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C2EB is #673D14. Grayscale: #B9B9B9. Windows color (decimal): -6765845 or 15450776. OLE color: 15450776.

HSL color Cylindrical-coordinate representation of color #98C2EB: hue angle of 209.64º 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 #98C2EB is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 194 235 -
CMYK 0.35 0.17 0 0.08
HSL 209.64º 0.67% 0.76% -
HSV(B) 209.64º 0.35% 0.92% -
XYZ 47.24 51.26 86 -
YUV 186.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 152 194 235 0.35 0.17 0 0.08 209.64 0.67 0.76
Hex 98 C2 EB 23 11 0 8 D2 43 4C
Octal 230 302 353 43 21 0 10 322 103 114
Binary 10011000 11000010 11101011 100011 10001 0 1000 11010010 1000011 1001100

Color Harmonies of #98C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C2EB

Black with #98C2EB

Text Example


Text Example

White with #98C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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