Html Css Color HEX #98C4EA Cornflower

📋 copy color: '#98C4EA'

red 152 ◦ green 196 ◦ blue 234

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

Shades of Cornflower #98C4EA

Tints of Cornflower #98C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.68%

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

R = 26.12%
G = 33.68%
B = 40.21%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98C4EA (or 0x98C4EA) is known color: Cornflower. HEX triplet: 98, C4 and EA. RGB value is (152,196,234). Sum of RGB (Red+Green+Blue) = 152+196+234=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #98C4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C4EA is #673B15. Grayscale: #BABABA. Windows color (decimal): -6765334 or 15385752. OLE color: 15385752.

HSL color Cylindrical-coordinate representation of color #98C4EA: hue angle of 207.8º 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 #98C4EA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 196 234 -
CMYK 0.35 0.16 0 0.08
HSL 207.8º 0.66% 0.76% -
HSV(B) 207.8º 0.35% 0.92% -
XYZ 47.54 52.1 85.39 -
YUV 187.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 152 196 234 0.35 0.16 0 0.08 207.8 0.66 0.76
Hex 98 C4 EA 23 10 0 8 D0 42 4C
Octal 230 304 352 43 20 0 10 320 102 114
Binary 10011000 11000100 11101010 100011 10000 0 1000 11010000 1000010 1001100

Color Harmonies of #98C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C4EA

Black with #98C4EA

Text Example


Text Example

White with #98C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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