Html Css Color HEX #98BFDF Cornflower

📋 copy color: '#98BFDF'

red 152 ◦ green 191 ◦ blue 223

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

Shades of Cornflower #98BFDF

Tints of Cornflower #98BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 33.75%

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

R = 26.86%
G = 33.75%
B = 39.4%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98BFDF (or 0x98BFDF) is known color: Cornflower. HEX triplet: 98, BF and DF. RGB value is (152,191,223). Sum of RGB (Red+Green+Blue) = 152+191+223=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #98BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFDF is #674020. Grayscale: #B6B6B6. Windows color (decimal): -6766625 or 14663576. OLE color: 14663576.

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

Color convert

RGB 152 191 223 -
CMYK 0.32 0.14 0 0.13
HSL 207.04º 0.53% 0.74% -
HSV(B) 207.04º 0.32% 0.87% -
XYZ 44.9 49.26 76.95 -
YUV 182.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 152 191 223 0.32 0.14 0 0.13 207.04 0.53 0.74
Hex 98 BF DF 20 E 0 D CF 35 4A
Octal 230 277 337 40 16 0 15 317 65 112
Binary 10011000 10111111 11011111 100000 1110 0 1101 11001111 110101 1001010

Color Harmonies of #98BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BFDF

Black with #98BFDF

Text Example


Text Example

White with #98BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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