Html Css Color HEX #98BDDD Cornflower

📋 copy color: '#98BDDD'

red 152 ◦ green 189 ◦ blue 221

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

Shades of Cornflower #98BDDD

Tints of Cornflower #98BDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 27.05%
G = 33.63%
B = 39.32%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98BDDD (or 0x98BDDD) is known color: Cornflower. HEX triplet: 98, BD and DD. RGB value is (152,189,221). Sum of RGB (Red+Green+Blue) = 152+189+221=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #98BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDDD is #674222. Grayscale: #B5B5B5. Windows color (decimal): -6767139 or 14531992. OLE color: 14531992.

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

Color convert

RGB 152 189 221 -
CMYK 0.31 0.14 0 0.13
HSL 207.83º 0.5% 0.73% -
HSV(B) 207.83º 0.31% 0.87% -
XYZ 44.2 48.29 75.4 -
YUV 181.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 152 189 221 0.31 0.14 0 0.13 207.83 0.5 0.73
Hex 98 BD DD 1F E 0 D D0 32 49
Octal 230 275 335 37 16 0 15 320 62 111
Binary 10011000 10111101 11011101 11111 1110 0 1101 11010000 110010 1001001

Color Harmonies of #98BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDDD

Black with #98BDDD

Text Example


Text Example

White with #98BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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