Html Css Color HEX #98C1EA Cornflower

📋 copy color: '#98C1EA'

red 152 ◦ green 193 ◦ blue 234

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

Shades of Cornflower #98C1EA

Tints of Cornflower #98C1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.33%

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

R = 26.25%
G = 33.33%
B = 40.41%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98C1EA (or 0x98C1EA) is known color: Cornflower. HEX triplet: 98, C1 and EA. RGB value is (152,193,234). Sum of RGB (Red+Green+Blue) = 152+193+234=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #98C1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C1EA is #673E15. Grayscale: #B9B9B9. Windows color (decimal): -6766102 or 15384984. OLE color: 15384984.

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

Color convert

RGB 152 193 234 -
CMYK 0.35 0.18 0 0.08
HSL 210º 0.66% 0.76% -
HSV(B) 210º 0.35% 0.92% -
XYZ 46.87 50.76 85.17 -
YUV 185.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 152 193 234 0.35 0.18 0 0.08 210 0.66 0.76
Hex 98 C1 EA 23 12 0 8 D2 42 4C
Octal 230 301 352 43 22 0 10 322 102 114
Binary 10011000 11000001 11101010 100011 10010 0 1000 11010010 1000010 1001100

Color Harmonies of #98C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C1EA

Black with #98C1EA

Text Example


Text Example

White with #98C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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