Html Css Color HEX #98C5F1 Cornflower

📋 copy color: '#98C5F1'

red 152 ◦ green 197 ◦ blue 241

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

Shades of Cornflower #98C5F1

Tints of Cornflower #98C5F1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.39%

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

R = 25.76%
G = 33.39%
B = 40.85%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#98C5F1 (or 0x98C5F1) is known color: Cornflower. HEX triplet: 98, C5 and F1. RGB value is (152,197,241). Sum of RGB (Red+Green+Blue) = 152+197+241=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #98C5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C5F1 is #673A0E. Grayscale: #BCBCBC. Windows color (decimal): -6765071 or 15844760. OLE color: 15844760.

HSL color Cylindrical-coordinate representation of color #98C5F1: hue angle of 209.66º 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 #98C5F1 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 197 241 -
CMYK 0.37 0.18 0 0.05
HSL 209.66º 0.76% 0.77% -
HSV(B) 209.66º 0.37% 0.95% -
XYZ 48.79 52.96 90.87 -
YUV 188.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 152 197 241 0.37 0.18 0 0.05 209.66 0.76 0.77
Hex 98 C5 F1 25 12 0 5 D2 4C 4D
Octal 230 305 361 45 22 0 5 322 114 115
Binary 10011000 11000101 11110001 100101 10010 0 101 11010010 1001100 1001101

Color Harmonies of #98C5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C5F1

Black with #98C5F1

Text Example


Text Example

White with #98C5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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