Html Css Color HEX #98BBD7 Cornflower

📋 copy color: '#98BBD7'

red 152 ◦ green 187 ◦ blue 215

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

Shades of Cornflower #98BBD7

Tints of Cornflower #98BBD7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.75%

 BLUE value IS 215 (84.38% from 255) = 38.81%

R = 27.44%
G = 33.75%
B = 38.81%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98BBD7 (or 0x98BBD7) is known color: Cornflower. HEX triplet: 98, BB and D7. RGB value is (152,187,215). Sum of RGB (Red+Green+Blue) = 152+187+215=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #98BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBD7 is #674428. Grayscale: #B3B3B3. Windows color (decimal): -6767657 or 14138264. OLE color: 14138264.

HSL color Cylindrical-coordinate representation of color #98BBD7: hue angle of 206.67º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98BBD7 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 187 215 -
CMYK 0.29 0.13 0 0.16
HSL 206.67º 0.44% 0.72% -
HSV(B) 206.67º 0.29% 0.84% -
XYZ 42.98 47.12 71.12 -
YUV 179.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 152 187 215 0.29 0.13 0 0.16 206.67 0.44 0.72
Hex 98 BB D7 1D D 0 10 CF 2C 48
Octal 230 273 327 35 15 0 20 317 54 110
Binary 10011000 10111011 11010111 11101 1101 0 10000 11001111 101100 1001000

Color Harmonies of #98BBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBD7

Black with #98BBD7

Text Example


Text Example

White with #98BBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,187,215); }

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

background-color css

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

 a { background-color: rgb(152,187,215); }

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

border-color css

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

 span { border-color: rgb(152,187,215); }

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