Html Css Color HEX #98BDDB Cornflower

📋 copy color: '#98BDDB'

red 152 ◦ green 189 ◦ blue 219

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

Shades of Cornflower #98BDDB

Tints of Cornflower #98BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.75%

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

R = 27.14%
G = 33.75%
B = 39.11%

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

#98BDDB (or 0x98BDDB) is known color: Cornflower. HEX triplet: 98, BD and DB. RGB value is (152,189,219). Sum of RGB (Red+Green+Blue) = 152+189+219=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #98BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDDB is #674224. Grayscale: #B5B5B5. Windows color (decimal): -6767141 or 14400920. OLE color: 14400920.

HSL color Cylindrical-coordinate representation of color #98BDDB: hue angle of 206.87º 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 #98BDDB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 189 219 -
CMYK 0.31 0.14 0 0.14
HSL 206.87º 0.48% 0.73% -
HSV(B) 206.87º 0.31% 0.86% -
XYZ 43.93 48.19 74 -
YUV 181.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 152 189 219 0.31 0.14 0 0.14 206.87 0.48 0.73
Hex 98 BD DB 1F E 0 E CF 30 49
Octal 230 275 333 37 16 0 16 317 60 111
Binary 10011000 10111101 11011011 11111 1110 0 1110 11001111 110000 1001001

Color Harmonies of #98BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDDB

Black with #98BDDB

Text Example


Text Example

White with #98BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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