Html Css Color HEX #98BCDC Cornflower

📋 copy color: '#98BCDC'

red 152 ◦ green 188 ◦ blue 220

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

Shades of Cornflower #98BCDC

Tints of Cornflower #98BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.57%

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

R = 27.14%
G = 33.57%
B = 39.29%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98BCDC (or 0x98BCDC) is known color: Cornflower. HEX triplet: 98, BC and DC. RGB value is (152,188,220). Sum of RGB (Red+Green+Blue) = 152+188+220=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #98BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCDC is #674323. Grayscale: #B4B4B4. Windows color (decimal): -6767396 or 14466200. OLE color: 14466200.

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

Color convert

RGB 152 188 220 -
CMYK 0.31 0.15 0 0.14
HSL 208.24º 0.49% 0.73% -
HSV(B) 208.24º 0.31% 0.86% -
XYZ 43.85 47.81 74.63 -
YUV 180.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 152 188 220 0.31 0.15 0 0.14 208.24 0.49 0.73
Hex 98 BC DC 1F F 0 E D0 31 49
Octal 230 274 334 37 17 0 16 320 61 111
Binary 10011000 10111100 11011100 11111 1111 0 1110 11010000 110001 1001001

Color Harmonies of #98BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCDC

Black with #98BCDC

Text Example


Text Example

White with #98BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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