Html Css Color HEX #98BDE2 Cornflower

📋 copy color: '#98BDE2'

red 152 ◦ green 189 ◦ blue 226

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

Shades of Cornflower #98BDE2

Tints of Cornflower #98BDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.86%

R = 26.81%
G = 33.33%
B = 39.86%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#98BDE2 (or 0x98BDE2) is known color: Cornflower. HEX triplet: 98, BD and E2. RGB value is (152,189,226). Sum of RGB (Red+Green+Blue) = 152+189+226=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #98BDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDE2 is #67421D. Grayscale: #B5B5B5. Windows color (decimal): -6767134 or 14859672. OLE color: 14859672.

HSL color Cylindrical-coordinate representation of color #98BDE2: hue angle of 210º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98BDE2 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 189 226 -
CMYK 0.33 0.16 0 0.11
HSL 210º 0.56% 0.74% -
HSV(B) 210º 0.33% 0.89% -
XYZ 44.87 48.56 78.96 -
YUV 182.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 152 189 226 0.33 0.16 0 0.11 210 0.56 0.74
Hex 98 BD E2 21 10 0 B D2 38 4A
Octal 230 275 342 41 20 0 13 322 70 112
Binary 10011000 10111101 11100010 100001 10000 0 1011 11010010 111000 1001010

Color Harmonies of #98BDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDE2

Black with #98BDE2

Text Example


Text Example

White with #98BDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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