Html Css Color HEX #98BEDF Cornflower

📋 copy color: '#98BEDF'

red 152 ◦ green 190 ◦ blue 223

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

Shades of Cornflower #98BEDF

Tints of Cornflower #98BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.63%

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 26.9%
G = 33.63%
B = 39.47%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98BEDF (or 0x98BEDF) is known color: Cornflower. HEX triplet: 98, BE and DF. RGB value is (152,190,223). Sum of RGB (Red+Green+Blue) = 152+190+223=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #98BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BEDF is #674120. Grayscale: #B6B6B6. Windows color (decimal): -6766881 or 14663320. OLE color: 14663320.

HSL color Cylindrical-coordinate representation of color #98BEDF: hue angle of 207.89º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98BEDF is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 190 223 -
CMYK 0.32 0.15 0 0.13
HSL 207.89º 0.53% 0.74% -
HSV(B) 207.89º 0.32% 0.87% -
XYZ 44.68 48.83 76.88 -
YUV 182.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 152 190 223 0.32 0.15 0 0.13 207.89 0.53 0.74
Hex 98 BE DF 20 F 0 D D0 35 4A
Octal 230 276 337 40 17 0 15 320 65 112
Binary 10011000 10111110 11011111 100000 1111 0 1101 11010000 110101 1001010

Color Harmonies of #98BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BEDF

Black with #98BEDF

Text Example


Text Example

White with #98BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,190,223); }

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

background-color css

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

 a { background-color: rgb(152,190,223); }

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

border-color css

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

 span { border-color: rgb(152,190,223); }

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