Html Css Color HEX #98BBDA Cornflower

📋 copy color: '#98BBDA'

red 152 ◦ green 187 ◦ blue 218

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

Shades of Cornflower #98BBDA

Tints of Cornflower #98BBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

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

R = 27.29%
G = 33.57%
B = 39.14%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#98BBDA (or 0x98BBDA) is known color: Cornflower. HEX triplet: 98, BB and DA. RGB value is (152,187,218). Sum of RGB (Red+Green+Blue) = 152+187+218=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #98BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBDA is #674425. Grayscale: #B3B3B3. Windows color (decimal): -6767654 or 14334872. OLE color: 14334872.

HSL color Cylindrical-coordinate representation of color #98BBDA: hue angle of 208.18º 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 #98BBDA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 187 218 -
CMYK 0.30 0.14 0 0.15
HSL 208.18º 0.47% 0.73% -
HSV(B) 208.18º 0.3% 0.85% -
XYZ 43.37 47.28 73.17 -
YUV 180.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 152 187 218 0.30 0.14 0 0.15 208.18 0.47 0.73
Hex 98 BB DA 1E E 0 F D0 2F 49
Octal 230 273 332 36 16 0 17 320 57 111
Binary 10011000 10111011 11011010 11110 1110 0 1111 11010000 101111 1001001

Color Harmonies of #98BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBDA

Black with #98BBDA

Text Example


Text Example

White with #98BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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