Html Css Color HEX #98D5E9 Cornflower

📋 copy color: '#98D5E9'

red 152 ◦ green 213 ◦ blue 233

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

Shades of Cornflower #98D5E9

Tints of Cornflower #98D5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.62%

 BLUE value IS 233 (91.41% from 255) = 38.96%

R = 25.42%
G = 35.62%
B = 38.96%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#98D5E9 (or 0x98D5E9) is known color: Cornflower. HEX triplet: 98, D5 and E9. RGB value is (152,213,233). Sum of RGB (Red+Green+Blue) = 152+213+233=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #98D5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5E9 is #672A16. Grayscale: #C4C4C4. Windows color (decimal): -6760983 or 15324568. OLE color: 15324568.

HSL color Cylindrical-coordinate representation of color #98D5E9: hue angle of 194.81º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98D5E9 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 152 213 233 -
CMYK 0.35 0.09 0 0.09
HSL 194.81º 0.65% 0.75% -
HSV(B) 194.81º 0.35% 0.91% -
XYZ 51.45 60.15 85.99 -
YUV 197.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 152 213 233 0.35 0.09 0 0.09 194.81 0.65 0.75
Hex 98 D5 E9 23 9 0 9 C3 41 4B
Octal 230 325 351 43 11 0 11 303 101 113
Binary 10011000 11010101 11101001 100011 1001 0 1001 11000011 1000001 1001011

Color Harmonies of #98D5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5E9

Black with #98D5E9

Text Example


Text Example

White with #98D5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,213,233); }

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

background-color css

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

 a { background-color: rgb(152,213,233); }

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

border-color css

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

 span { border-color: rgb(152,213,233); }

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