Html Css Color HEX #98D0E6 Cornflower

📋 copy color: '#98D0E6'

red 152 ◦ green 208 ◦ blue 230

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

Shades of Cornflower #98D0E6

Tints of Cornflower #98D0E6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.25%

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 25.76%
G = 35.25%
B = 38.98%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#98D0E6 (or 0x98D0E6) is known color: Cornflower. HEX triplet: 98, D0 and E6. RGB value is (152,208,230). Sum of RGB (Red+Green+Blue) = 152+208+230=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #98D0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D0E6 is #672F19. Grayscale: #C1C1C1. Windows color (decimal): -6762266 or 15126680. OLE color: 15126680.

HSL color Cylindrical-coordinate representation of color #98D0E6: hue angle of 196.92º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98D0E6 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 208 230 -
CMYK 0.34 0.10 0 0.10
HSL 196.92º 0.61% 0.75% -
HSV(B) 196.92º 0.34% 0.9% -
XYZ 49.79 57.5 83.34 -
YUV 193.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 152 208 230 0.34 0.10 0 0.10 196.92 0.61 0.75
Hex 98 D0 E6 22 A 0 A C5 3D 4B
Octal 230 320 346 42 12 0 12 305 75 113
Binary 10011000 11010000 11100110 100010 1010 0 1010 11000101 111101 1001011

Color Harmonies of #98D0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D0E6

Black with #98D0E6

Text Example


Text Example

White with #98D0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,208,230); }

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

background-color css

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

 a { background-color: rgb(152,208,230); }

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

border-color css

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

 span { border-color: rgb(152,208,230); }

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