Html Css Color HEX #98BFDE Cornflower

📋 copy color: '#98BFDE'

red 152 ◦ green 191 ◦ blue 222

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

Shades of Cornflower #98BFDE

Tints of Cornflower #98BFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 26.9%
G = 33.81%
B = 39.29%

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

#98BFDE (or 0x98BFDE) is known color: Cornflower. HEX triplet: 98, BF and DE. RGB value is (152,191,222). Sum of RGB (Red+Green+Blue) = 152+191+222=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #98BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFDE is #674021. Grayscale: #B6B6B6. Windows color (decimal): -6766626 or 14598040. OLE color: 14598040.

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

Color convert

RGB 152 191 222 -
CMYK 0.32 0.14 0 0.13
HSL 206.57º 0.51% 0.73% -
HSV(B) 206.57º 0.32% 0.87% -
XYZ 44.76 49.21 76.25 -
YUV 182.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 152 191 222 0.32 0.14 0 0.13 206.57 0.51 0.73
Hex 98 BF DE 20 E 0 D CF 33 49
Octal 230 277 336 40 16 0 15 317 63 111
Binary 10011000 10111111 11011110 100000 1110 0 1101 11001111 110011 1001001

Color Harmonies of #98BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BFDE

Black with #98BFDE

Text Example


Text Example

White with #98BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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