Html Css Color HEX #98BCDA Cornflower

📋 copy color: '#98BCDA'

red 152 ◦ green 188 ◦ blue 218

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

Shades of Cornflower #98BCDA

Tints of Cornflower #98BCDA

RGB

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

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

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

R = 27.24%
G = 33.69%
B = 39.07%

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

#98BCDA (or 0x98BCDA) is known color: Cornflower. HEX triplet: 98, BC and DA. RGB value is (152,188,218). Sum of RGB (Red+Green+Blue) = 152+188+218=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #98BCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCDA is #674325. Grayscale: #B4B4B4. Windows color (decimal): -6767398 or 14335128. OLE color: 14335128.

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

Color convert

RGB 152 188 218 -
CMYK 0.30 0.14 0 0.15
HSL 207.27º 0.47% 0.73% -
HSV(B) 207.27º 0.3% 0.85% -
XYZ 43.59 47.7 73.24 -
YUV 180.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 152 188 218 0.30 0.14 0 0.15 207.27 0.47 0.73
Hex 98 BC DA 1E E 0 F CF 2F 49
Octal 230 274 332 36 16 0 17 317 57 111
Binary 10011000 10111100 11011010 11110 1110 0 1111 11001111 101111 1001001

Color Harmonies of #98BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCDA

Black with #98BCDA

Text Example


Text Example

White with #98BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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