Html Css Color HEX #98BCDB Cornflower

📋 copy color: '#98BCDB'

red 152 ◦ green 188 ◦ blue 219

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

Shades of Cornflower #98BCDB

Tints of Cornflower #98BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 27.19%
G = 33.63%
B = 39.18%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98BCDB (or 0x98BCDB) is known color: Cornflower. HEX triplet: 98, BC and DB. RGB value is (152,188,219). Sum of RGB (Red+Green+Blue) = 152+188+219=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #98BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCDB is #674324. Grayscale: #B4B4B4. Windows color (decimal): -6767397 or 14400664. OLE color: 14400664.

HSL color Cylindrical-coordinate representation of color #98BCDB: hue angle of 207.76º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98BCDB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 188 219 -
CMYK 0.31 0.14 0 0.14
HSL 207.76º 0.48% 0.73% -
HSV(B) 207.76º 0.31% 0.86% -
XYZ 43.72 47.76 73.93 -
YUV 180.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 152 188 219 0.31 0.14 0 0.14 207.76 0.48 0.73
Hex 98 BC DB 1F E 0 E D0 30 49
Octal 230 274 333 37 16 0 16 320 60 111
Binary 10011000 10111100 11011011 11111 1110 0 1110 11010000 110000 1001001

Color Harmonies of #98BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCDB

Black with #98BCDB

Text Example


Text Example

White with #98BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,188,219); }

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

background-color css

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

 a { background-color: rgb(152,188,219); }

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

border-color css

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

 span { border-color: rgb(152,188,219); }

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