Html Css Color HEX #98BCD7 Cornflower

📋 copy color: '#98BCD7'

red 152 ◦ green 188 ◦ blue 215

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

Shades of Cornflower #98BCD7

Tints of Cornflower #98BCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 27.39%
G = 33.87%
B = 38.74%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98BCD7 (or 0x98BCD7) is known color: Cornflower. HEX triplet: 98, BC and D7. RGB value is (152,188,215). Sum of RGB (Red+Green+Blue) = 152+188+215=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #98BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCD7 is #674328. Grayscale: #B4B4B4. Windows color (decimal): -6767401 or 14138520. OLE color: 14138520.

HSL color Cylindrical-coordinate representation of color #98BCD7: hue angle of 205.71º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98BCD7 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 188 215 -
CMYK 0.29 0.13 0 0.16
HSL 205.71º 0.44% 0.72% -
HSV(B) 205.71º 0.29% 0.84% -
XYZ 43.2 47.55 71.19 -
YUV 180.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 152 188 215 0.29 0.13 0 0.16 205.71 0.44 0.72
Hex 98 BC D7 1D D 0 10 CE 2C 48
Octal 230 274 327 35 15 0 20 316 54 110
Binary 10011000 10111100 11010111 11101 1101 0 10000 11001110 101100 1001000

Color Harmonies of #98BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCD7

Black with #98BCD7

Text Example


Text Example

White with #98BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,188,215); }

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

background-color css

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

 a { background-color: rgb(152,188,215); }

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

border-color css

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

 span { border-color: rgb(152,188,215); }

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