Html Css Color HEX #98BEDB Cornflower

📋 copy color: '#98BEDB'

red 152 ◦ green 190 ◦ blue 219

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

Shades of Cornflower #98BEDB

Tints of Cornflower #98BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.87%

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 27.09%
G = 33.87%
B = 39.04%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98BEDB (or 0x98BEDB) is known color: Cornflower. HEX triplet: 98, BE and DB. RGB value is (152,190,219). Sum of RGB (Red+Green+Blue) = 152+190+219=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #98BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BEDB is #674124. Grayscale: #B5B5B5. Windows color (decimal): -6766885 or 14401176. OLE color: 14401176.

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

Color convert

RGB 152 190 219 -
CMYK 0.31 0.13 0 0.14
HSL 205.97º 0.48% 0.73% -
HSV(B) 205.97º 0.31% 0.86% -
XYZ 44.15 48.62 74.07 -
YUV 181.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 152 190 219 0.31 0.13 0 0.14 205.97 0.48 0.73
Hex 98 BE DB 1F D 0 E CE 30 49
Octal 230 276 333 37 15 0 16 316 60 111
Binary 10011000 10111110 11011011 11111 1101 0 1110 11001110 110000 1001001

Color Harmonies of #98BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BEDB

Black with #98BEDB

Text Example


Text Example

White with #98BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,190,219); }

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

background-color css

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

 a { background-color: rgb(152,190,219); }

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

border-color css

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

 span { border-color: rgb(152,190,219); }

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