Html Css Color HEX #98D8F1 Cornflower

📋 copy color: '#98D8F1'

red 152 ◦ green 216 ◦ blue 241

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

Shades of Cornflower #98D8F1

Tints of Cornflower #98D8F1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.47%

 BLUE value IS 241 (94.53% from 255) = 39.57%

R = 24.96%
G = 35.47%
B = 39.57%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#98D8F1 (or 0x98D8F1) is known color: Cornflower. HEX triplet: 98, D8 and F1. RGB value is (152,216,241). Sum of RGB (Red+Green+Blue) = 152+216+241=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #98D8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D8F1 is #67270E. Grayscale: #C7C7C7. Windows color (decimal): -6760207 or 15849624. OLE color: 15849624.

HSL color Cylindrical-coordinate representation of color #98D8F1: hue angle of 196.85º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98D8F1 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 216 241 -
CMYK 0.37 0.10 0 0.05
HSL 196.85º 0.76% 0.77% -
HSV(B) 196.85º 0.37% 0.95% -
XYZ 53.38 62.14 92.4 -
YUV 199.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 152 216 241 0.37 0.10 0 0.05 196.85 0.76 0.77
Hex 98 D8 F1 25 A 0 5 C5 4C 4D
Octal 230 330 361 45 12 0 5 305 114 115
Binary 10011000 11011000 11110001 100101 1010 0 101 11000101 1001100 1001101

Color Harmonies of #98D8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D8F1

Black with #98D8F1

Text Example


Text Example

White with #98D8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,216,241); }

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

background-color css

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

 a { background-color: rgb(152,216,241); }

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

border-color css

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

 span { border-color: rgb(152,216,241); }

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