Html Css Color HEX #98C8EA Cornflower

📋 copy color: '#98C8EA'

red 152 ◦ green 200 ◦ blue 234

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

Shades of Cornflower #98C8EA

Tints of Cornflower #98C8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.13%

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

R = 25.94%
G = 34.13%
B = 39.93%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98C8EA (or 0x98C8EA) is known color: Cornflower. HEX triplet: 98, C8 and EA. RGB value is (152,200,234). Sum of RGB (Red+Green+Blue) = 152+200+234=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #98C8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C8EA is #673715. Grayscale: #BDBDBD. Windows color (decimal): -6764310 or 15386776. OLE color: 15386776.

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

Color convert

RGB 152 200 234 -
CMYK 0.35 0.15 0 0.08
HSL 204.88º 0.66% 0.76% -
HSV(B) 204.88º 0.35% 0.92% -
XYZ 48.45 53.92 85.7 -
YUV 189.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 152 200 234 0.35 0.15 0 0.08 204.88 0.66 0.76
Hex 98 C8 EA 23 F 0 8 CD 42 4C
Octal 230 310 352 43 17 0 10 315 102 114
Binary 10011000 11001000 11101010 100011 1111 0 1000 11001101 1000010 1001100

Color Harmonies of #98C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C8EA

Black with #98C8EA

Text Example


Text Example

White with #98C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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