Html Css Color HEX #98D5ED Cornflower

📋 copy color: '#98D5ED'

red 152 ◦ green 213 ◦ blue 237

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

Shades of Cornflower #98D5ED

Tints of Cornflower #98D5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.38%

 BLUE value IS 237 (92.97% from 255) = 39.37%

R = 25.25%
G = 35.38%
B = 39.37%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#98D5ED (or 0x98D5ED) is known color: Cornflower. HEX triplet: 98, D5 and ED. RGB value is (152,213,237). Sum of RGB (Red+Green+Blue) = 152+213+237=602 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.25% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #98D5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5ED is #672A12. Grayscale: #C5C5C5. Windows color (decimal): -6760979 or 15586712. OLE color: 15586712.

HSL color Cylindrical-coordinate representation of color #98D5ED: hue angle of 196.94º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D5ED is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 213 237 -
CMYK 0.36 0.10 0 0.07
HSL 196.94º 0.7% 0.76% -
HSV(B) 196.94º 0.36% 0.93% -
XYZ 52.03 60.38 89.03 -
YUV 197.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 152 213 237 0.36 0.10 0 0.07 196.94 0.7 0.76
Hex 98 D5 ED 24 A 0 7 C5 46 4C
Octal 230 325 355 44 12 0 7 305 106 114
Binary 10011000 11010101 11101101 100100 1010 0 111 11000101 1000110 1001100

Color Harmonies of #98D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5ED

Black with #98D5ED

Text Example


Text Example

White with #98D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,213,237); }

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

background-color css

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

 a { background-color: rgb(152,213,237); }

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

border-color css

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

 span { border-color: rgb(152,213,237); }

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