Html Css Color HEX #98C0EF Cornflower

📋 copy color: '#98C0EF'

red 152 ◦ green 192 ◦ blue 239

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

Shades of Cornflower #98C0EF

Tints of Cornflower #98C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.93%

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 26.07%
G = 32.93%
B = 40.99%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98C0EF (or 0x98C0EF) is known color: Cornflower. HEX triplet: 98, C0 and EF. RGB value is (152,192,239). Sum of RGB (Red+Green+Blue) = 152+192+239=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #98C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0EF is #673F10. Grayscale: #B9B9B9. Windows color (decimal): -6766353 or 15712408. OLE color: 15712408.

HSL color Cylindrical-coordinate representation of color #98C0EF: hue angle of 212.41º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98C0EF is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 192 239 -
CMYK 0.36 0.20 0 0.06
HSL 212.41º 0.73% 0.77% -
HSV(B) 212.41º 0.36% 0.94% -
XYZ 47.38 50.61 88.93 -
YUV 185.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 152 192 239 0.36 0.20 0 0.06 212.41 0.73 0.77
Hex 98 C0 EF 24 14 0 6 D4 49 4D
Octal 230 300 357 44 24 0 6 324 111 115
Binary 10011000 11000000 11101111 100100 10100 0 110 11010100 1001001 1001101

Color Harmonies of #98C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0EF

Black with #98C0EF

Text Example


Text Example

White with #98C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,239); }

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

background-color css

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

 a { background-color: rgb(152,192,239); }

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

border-color css

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

 span { border-color: rgb(152,192,239); }

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