Html Css Color HEX #98C1DB Cornflower

📋 copy color: '#98C1DB'

red 152 ◦ green 193 ◦ blue 219

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

Shades of Cornflower #98C1DB

Tints of Cornflower #98C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.22%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 26.95%
G = 34.22%
B = 38.83%

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

#98C1DB (or 0x98C1DB) is known color: Cornflower. HEX triplet: 98, C1 and DB. RGB value is (152,193,219). Sum of RGB (Red+Green+Blue) = 152+193+219=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #98C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1DB is #673E24. Grayscale: #B7B7B7. Windows color (decimal): -6766117 or 14401944. OLE color: 14401944.

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

Color convert

RGB 152 193 219 -
CMYK 0.31 0.12 0 0.14
HSL 203.28º 0.48% 0.73% -
HSV(B) 203.28º 0.31% 0.86% -
XYZ 44.81 49.93 74.29 -
YUV 183.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 152 193 219 0.31 0.12 0 0.14 203.28 0.48 0.73
Hex 98 C1 DB 1F C 0 E CB 30 49
Octal 230 301 333 37 14 0 16 313 60 111
Binary 10011000 11000001 11011011 11111 1100 0 1110 11001011 110000 1001001

Color Harmonies of #98C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C1DB

Black with #98C1DB

Text Example


Text Example

White with #98C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,193,219); }

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

background-color css

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

 a { background-color: rgb(152,193,219); }

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

border-color css

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

 span { border-color: rgb(152,193,219); }

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