Html Css Color HEX #98BDEB Cornflower

📋 copy color: '#98BDEB'

red 152 ◦ green 189 ◦ blue 235

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

Shades of Cornflower #98BDEB

Tints of Cornflower #98BDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 26.39%
G = 32.81%
B = 40.8%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98BDEB (or 0x98BDEB) is known color: Cornflower. HEX triplet: 98, BD and EB. RGB value is (152,189,235). Sum of RGB (Red+Green+Blue) = 152+189+235=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #98BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BDEB is #674214. Grayscale: #B6B6B6. Windows color (decimal): -6767125 or 15449496. OLE color: 15449496.

HSL color Cylindrical-coordinate representation of color #98BDEB: hue angle of 213.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98BDEB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 189 235 -
CMYK 0.35 0.20 0 0.08
HSL 213.25º 0.67% 0.76% -
HSV(B) 213.25º 0.35% 0.92% -
XYZ 46.14 49.07 85.64 -
YUV 183.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 152 189 235 0.35 0.20 0 0.08 213.25 0.67 0.76
Hex 98 BD EB 23 14 0 8 D5 43 4C
Octal 230 275 353 43 24 0 10 325 103 114
Binary 10011000 10111101 11101011 100011 10100 0 1000 11010101 1000011 1001100

Color Harmonies of #98BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDEB

Black with #98BDEB

Text Example


Text Example

White with #98BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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