Html Css Color HEX #98BDE6 Cornflower

📋 copy color: '#98BDE6'

red 152 ◦ green 189 ◦ blue 230

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

Shades of Cornflower #98BDE6

Tints of Cornflower #98BDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.1%

 BLUE value IS 230 (90.23% from 255) = 40.28%

R = 26.62%
G = 33.1%
B = 40.28%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#98BDE6 (or 0x98BDE6) is known color: Cornflower. HEX triplet: 98, BD and E6. RGB value is (152,189,230). Sum of RGB (Red+Green+Blue) = 152+189+230=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #98BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BDE6 is #674219. Grayscale: #B6B6B6. Windows color (decimal): -6767130 or 15121816. OLE color: 15121816.

HSL color Cylindrical-coordinate representation of color #98BDE6: hue angle of 211.54º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BDE6 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 189 230 -
CMYK 0.34 0.18 0 0.10
HSL 211.54º 0.61% 0.75% -
HSV(B) 211.54º 0.34% 0.9% -
XYZ 45.43 48.78 81.88 -
YUV 182.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 152 189 230 0.34 0.18 0 0.10 211.54 0.61 0.75
Hex 98 BD E6 22 12 0 A D4 3D 4B
Octal 230 275 346 42 22 0 12 324 75 113
Binary 10011000 10111101 11100110 100010 10010 0 1010 11010100 111101 1001011

Color Harmonies of #98BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDE6

Black with #98BDE6

Text Example


Text Example

White with #98BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,189,230); }

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

background-color css

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

 a { background-color: rgb(152,189,230); }

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

border-color css

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

 span { border-color: rgb(152,189,230); }

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