Html Css Color HEX #98BDDA Cornflower

📋 copy color: '#98BDDA'

red 152 ◦ green 189 ◦ blue 218

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

Shades of Cornflower #98BDDA

Tints of Cornflower #98BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 27.19%
G = 33.81%
B = 39%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#98BDDA (or 0x98BDDA) is known color: Cornflower. HEX triplet: 98, BD and DA. RGB value is (152,189,218). Sum of RGB (Red+Green+Blue) = 152+189+218=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #98BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDDA is #674225. Grayscale: #B5B5B5. Windows color (decimal): -6767142 or 14335384. OLE color: 14335384.

HSL color Cylindrical-coordinate representation of color #98BDDA: hue angle of 206.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BDDA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 189 218 -
CMYK 0.30 0.13 0 0.15
HSL 206.36º 0.47% 0.73% -
HSV(B) 206.36º 0.3% 0.85% -
XYZ 43.8 48.13 73.31 -
YUV 181.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 152 189 218 0.30 0.13 0 0.15 206.36 0.47 0.73
Hex 98 BD DA 1E D 0 F CE 2F 49
Octal 230 275 332 36 15 0 17 316 57 111
Binary 10011000 10111101 11011010 11110 1101 0 1111 11001110 101111 1001001

Color Harmonies of #98BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDDA

Black with #98BDDA

Text Example


Text Example

White with #98BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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