Html Css Color HEX #98CAF7 Cornflower

📋 copy color: '#98CAF7'

red 152 ◦ green 202 ◦ blue 247

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

Shades of Cornflower #98CAF7

Tints of Cornflower #98CAF7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.61%

 BLUE value IS 247 (96.88% from 255) = 41.1%

R = 25.29%
G = 33.61%
B = 41.1%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#98CAF7 (or 0x98CAF7) is known color: Cornflower. HEX triplet: 98, CA and F7. RGB value is (152,202,247). Sum of RGB (Red+Green+Blue) = 152+202+247=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #98CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CAF7 is #673508. Grayscale: #BFBFBF. Windows color (decimal): -6763785 or 16239256. OLE color: 16239256.

HSL color Cylindrical-coordinate representation of color #98CAF7: hue angle of 208.42º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98CAF7 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 202 247 -
CMYK 0.38 0.18 0 0.03
HSL 208.42º 0.86% 0.78% -
HSV(B) 208.42º 0.38% 0.97% -
XYZ 50.86 55.63 96.05 -
YUV 192.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 152 202 247 0.38 0.18 0 0.03 208.42 0.86 0.78
Hex 98 CA F7 26 12 0 3 D0 56 4E
Octal 230 312 367 46 22 0 3 320 126 116
Binary 10011000 11001010 11110111 100110 10010 0 11 11010000 1010110 1001110

Color Harmonies of #98CAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CAF7

Black with #98CAF7

Text Example


Text Example

White with #98CAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,202,247); }

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

background-color css

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

 a { background-color: rgb(152,202,247); }

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

border-color css

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

 span { border-color: rgb(152,202,247); }

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