Html Css Color HEX #98BDE5 Cornflower

📋 copy color: '#98BDE5'

red 152 ◦ green 189 ◦ blue 229

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

Shades of Cornflower #98BDE5

Tints of Cornflower #98BDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 26.67%
G = 33.16%
B = 40.18%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#98BDE5 (or 0x98BDE5) is known color: Cornflower. HEX triplet: 98, BD and E5. RGB value is (152,189,229). Sum of RGB (Red+Green+Blue) = 152+189+229=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #98BDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDE5 is #67421A. Grayscale: #B6B6B6. Windows color (decimal): -6767131 or 15056280. OLE color: 15056280.

HSL color Cylindrical-coordinate representation of color #98BDE5: hue angle of 211.17º degrees, saturation: 0.6, 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 #98BDE5 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 189 229 -
CMYK 0.34 0.17 0 0.10
HSL 211.17º 0.6% 0.75% -
HSV(B) 211.17º 0.34% 0.9% -
XYZ 45.29 48.73 81.15 -
YUV 182.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 152 189 229 0.34 0.17 0 0.10 211.17 0.6 0.75
Hex 98 BD E5 22 11 0 A D3 3C 4B
Octal 230 275 345 42 21 0 12 323 74 113
Binary 10011000 10111101 11100101 100010 10001 0 1010 11010011 111100 1001011

Color Harmonies of #98BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDE5

Black with #98BDE5

Text Example


Text Example

White with #98BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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