Html Css Color HEX #98CFF8 Cornflower

📋 copy color: '#98CFF8'

red 152 ◦ green 207 ◦ blue 248

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

Shades of Cornflower #98CFF8

Tints of Cornflower #98CFF8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.1%

 BLUE value IS 248 (97.27% from 255) = 40.86%

R = 25.04%
G = 34.1%
B = 40.86%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#98CFF8 (or 0x98CFF8) is known color: Cornflower. HEX triplet: 98, CF and F8. RGB value is (152,207,248). Sum of RGB (Red+Green+Blue) = 152+207+248=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #98CFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CFF8 is #673007. Grayscale: #C3C3C3. Windows color (decimal): -6762504 or 16306072. OLE color: 16306072.

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

Color convert

RGB 152 207 248 -
CMYK 0.39 0.17 0 0.03
HSL 205.63º 0.87% 0.78% -
HSV(B) 205.63º 0.39% 0.97% -
XYZ 52.21 58.08 97.27 -
YUV 195.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 152 207 248 0.39 0.17 0 0.03 205.63 0.87 0.78
Hex 98 CF F8 27 11 0 3 CE 57 4E
Octal 230 317 370 47 21 0 3 316 127 116
Binary 10011000 11001111 11111000 100111 10001 0 11 11001110 1010111 1001110

Color Harmonies of #98CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFF8

Black with #98CFF8

Text Example


Text Example

White with #98CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,207,248); }

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

background-color css

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

 a { background-color: rgb(152,207,248); }

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

border-color css

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

 span { border-color: rgb(152,207,248); }

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