Html Css Color HEX #98C6DD Cornflower

📋 copy color: '#98C6DD'

red 152 ◦ green 198 ◦ blue 221

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

Shades of Cornflower #98C6DD

Tints of Cornflower #98C6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.68%

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

R = 26.62%
G = 34.68%
B = 38.7%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98C6DD (or 0x98C6DD) is known color: Cornflower. HEX triplet: 98, C6 and DD. RGB value is (152,198,221). Sum of RGB (Red+Green+Blue) = 152+198+221=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C6DD is #673922. Grayscale: #BABABA. Windows color (decimal): -6764835 or 14534296. OLE color: 14534296.

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

Color convert

RGB 152 198 221 -
CMYK 0.31 0.10 0 0.13
HSL 200º 0.5% 0.73% -
HSV(B) 200º 0.31% 0.87% -
XYZ 46.19 52.28 76.06 -
YUV 186.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 152 198 221 0.31 0.10 0 0.13 200 0.5 0.73
Hex 98 C6 DD 1F A 0 D C8 32 49
Octal 230 306 335 37 12 0 15 310 62 111
Binary 10011000 11000110 11011101 11111 1010 0 1101 11001000 110010 1001001

Color Harmonies of #98C6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C6DD

Black with #98C6DD

Text Example


Text Example

White with #98C6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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