Html Css Color HEX #98D5EA Cornflower

📋 copy color: '#98D5EA'

red 152 ◦ green 213 ◦ blue 234

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

Shades of Cornflower #98D5EA

Tints of Cornflower #98D5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.07%

R = 25.38%
G = 35.56%
B = 39.07%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98D5EA (or 0x98D5EA) is known color: Cornflower. HEX triplet: 98, D5 and EA. RGB value is (152,213,234). Sum of RGB (Red+Green+Blue) = 152+213+234=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #98D5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5EA is #672A15. Grayscale: #C5C5C5. Windows color (decimal): -6760982 or 15390104. OLE color: 15390104.

HSL color Cylindrical-coordinate representation of color #98D5EA: hue angle of 195.37º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98D5EA is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 213 234 -
CMYK 0.35 0.09 0 0.08
HSL 195.37º 0.66% 0.76% -
HSV(B) 195.37º 0.35% 0.92% -
XYZ 51.59 60.2 86.74 -
YUV 197.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 152 213 234 0.35 0.09 0 0.08 195.37 0.66 0.76
Hex 98 D5 EA 23 9 0 8 C3 42 4C
Octal 230 325 352 43 11 0 10 303 102 114
Binary 10011000 11010101 11101010 100011 1001 0 1000 11000011 1000010 1001100

Color Harmonies of #98D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5EA

Black with #98D5EA

Text Example


Text Example

White with #98D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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