Html Css Color HEX #98C0DD Cornflower

📋 copy color: '#98C0DD'

red 152 ◦ green 192 ◦ blue 221

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

Shades of Cornflower #98C0DD

Tints of Cornflower #98C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.98%

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

R = 26.9%
G = 33.98%
B = 39.12%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98C0DD (or 0x98C0DD) is known color: Cornflower. HEX triplet: 98, C0 and DD. RGB value is (152,192,221). Sum of RGB (Red+Green+Blue) = 152+192+221=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C0DD is #673F22. Grayscale: #B7B7B7. Windows color (decimal): -6766371 or 14532760. OLE color: 14532760.

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

Color convert

RGB 152 192 221 -
CMYK 0.31 0.13 0 0.13
HSL 205.22º 0.5% 0.73% -
HSV(B) 205.22º 0.31% 0.87% -
XYZ 44.85 49.6 75.62 -
YUV 183.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 152 192 221 0.31 0.13 0 0.13 205.22 0.5 0.73
Hex 98 C0 DD 1F D 0 D CD 32 49
Octal 230 300 335 37 15 0 15 315 62 111
Binary 10011000 11000000 11011101 11111 1101 0 1101 11001101 110010 1001001

Color Harmonies of #98C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0DD

Black with #98C0DD

Text Example


Text Example

White with #98C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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