Html Css Color HEX #98CEF0 Cornflower

📋 copy color: '#98CEF0'

red 152 ◦ green 206 ◦ blue 240

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

Shades of Cornflower #98CEF0

Tints of Cornflower #98CEF0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.45%

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 25.42%
G = 34.45%
B = 40.13%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98CEF0 (or 0x98CEF0) is known color: Cornflower. HEX triplet: 98, CE and F0. RGB value is (152,206,240). Sum of RGB (Red+Green+Blue) = 152+206+240=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #98CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CEF0 is #67310F. Grayscale: #C1C1C1. Windows color (decimal): -6762768 or 15781528. OLE color: 15781528.

HSL color Cylindrical-coordinate representation of color #98CEF0: hue angle of 203.18º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98CEF0 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 206 240 -
CMYK 0.37 0.14 0 0.06
HSL 203.18º 0.75% 0.77% -
HSV(B) 203.18º 0.37% 0.94% -
XYZ 50.75 57.11 90.79 -
YUV 193.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 152 206 240 0.37 0.14 0 0.06 203.18 0.75 0.77
Hex 98 CE F0 25 E 0 6 CB 4B 4D
Octal 230 316 360 45 16 0 6 313 113 115
Binary 10011000 11001110 11110000 100101 1110 0 110 11001011 1001011 1001101

Color Harmonies of #98CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEF0

Black with #98CEF0

Text Example


Text Example

White with #98CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,206,240); }

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

background-color css

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

 a { background-color: rgb(152,206,240); }

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

border-color css

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

 span { border-color: rgb(152,206,240); }

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