Html Css Color HEX #98C6DF Cornflower

📋 copy color: '#98C6DF'

red 152 ◦ green 198 ◦ blue 223

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

Shades of Cornflower #98C6DF

Tints of Cornflower #98C6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 26.53%
G = 34.55%
B = 38.92%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98C6DF (or 0x98C6DF) is known color: Cornflower. HEX triplet: 98, C6 and DF. RGB value is (152,198,223). Sum of RGB (Red+Green+Blue) = 152+198+223=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #98C6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C6DF is #673920. Grayscale: #BABABA. Windows color (decimal): -6764833 or 14665368. OLE color: 14665368.

HSL color Cylindrical-coordinate representation of color #98C6DF: hue angle of 201.13º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98C6DF is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 198 223 -
CMYK 0.32 0.11 0 0.13
HSL 201.13º 0.53% 0.74% -
HSV(B) 201.13º 0.32% 0.87% -
XYZ 46.46 52.39 77.48 -
YUV 187.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 152 198 223 0.32 0.11 0 0.13 201.13 0.53 0.74
Hex 98 C6 DF 20 B 0 D C9 35 4A
Octal 230 306 337 40 13 0 15 311 65 112
Binary 10011000 11000110 11011111 100000 1011 0 1101 11001001 110101 1001010

Color Harmonies of #98C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C6DF

Black with #98C6DF

Text Example


Text Example

White with #98C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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