Html Css Color HEX #98D5EF Cornflower

📋 copy color: '#98D5EF'

red 152 ◦ green 213 ◦ blue 239

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

Shades of Cornflower #98D5EF

Tints of Cornflower #98D5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 25.17%
G = 35.26%
B = 39.57%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98D5EF (or 0x98D5EF) is known color: Cornflower. HEX triplet: 98, D5 and EF. RGB value is (152,213,239). Sum of RGB (Red+Green+Blue) = 152+213+239=604 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.17% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #98D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5EF is #672A10. Grayscale: #C5C5C5. Windows color (decimal): -6760977 or 15717784. OLE color: 15717784.

HSL color Cylindrical-coordinate representation of color #98D5EF: hue angle of 197.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D5EF is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 213 239 -
CMYK 0.36 0.11 0 0.06
HSL 197.93º 0.73% 0.77% -
HSV(B) 197.93º 0.36% 0.94% -
XYZ 52.32 60.5 90.58 -
YUV 197.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 152 213 239 0.36 0.11 0 0.06 197.93 0.73 0.77
Hex 98 D5 EF 24 B 0 6 C6 49 4D
Octal 230 325 357 44 13 0 6 306 111 115
Binary 10011000 11010101 11101111 100100 1011 0 110 11000110 1001001 1001101

Color Harmonies of #98D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5EF

Black with #98D5EF

Text Example


Text Example

White with #98D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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