Html Css Color HEX #98C2DC Cornflower

📋 copy color: '#98C2DC'

red 152 ◦ green 194 ◦ blue 220

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

Shades of Cornflower #98C2DC

Tints of Cornflower #98C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.28%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 26.86%
G = 34.28%
B = 38.87%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98C2DC (or 0x98C2DC) is known color: Cornflower. HEX triplet: 98, C2 and DC. RGB value is (152,194,220). Sum of RGB (Red+Green+Blue) = 152+194+220=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #98C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C2DC is #673D23. Grayscale: #B8B8B8. Windows color (decimal): -6765860 or 14467736. OLE color: 14467736.

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

Color convert

RGB 152 194 220 -
CMYK 0.31 0.12 0 0.14
HSL 202.94º 0.49% 0.73% -
HSV(B) 202.94º 0.31% 0.86% -
XYZ 45.16 50.43 75.06 -
YUV 184.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 152 194 220 0.31 0.12 0 0.14 202.94 0.49 0.73
Hex 98 C2 DC 1F C 0 E CB 31 49
Octal 230 302 334 37 14 0 16 313 61 111
Binary 10011000 11000010 11011100 11111 1100 0 1110 11001011 110001 1001001

Color Harmonies of #98C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C2DC

Black with #98C2DC

Text Example


Text Example

White with #98C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,194,220); }

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

background-color css

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

 a { background-color: rgb(152,194,220); }

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

border-color css

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

 span { border-color: rgb(152,194,220); }

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