Html Css Color HEX #98CDF5 Cornflower

📋 copy color: '#98CDF5'

red 152 ◦ green 205 ◦ blue 245

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

Shades of Cornflower #98CDF5

Tints of Cornflower #98CDF5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.05%

 BLUE value IS 245 (96.09% from 255) = 40.7%

R = 25.25%
G = 34.05%
B = 40.7%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#98CDF5 (or 0x98CDF5) is known color: Cornflower. HEX triplet: 98, CD and F5. RGB value is (152,205,245). Sum of RGB (Red+Green+Blue) = 152+205+245=602 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.25% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #98CDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDF5 is #67320A. Grayscale: #C1C1C1. Windows color (decimal): -6763019 or 16108952. OLE color: 16108952.

HSL color Cylindrical-coordinate representation of color #98CDF5: hue angle of 205.81º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98CDF5 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 205 245 -
CMYK 0.38 0.16 0 0.04
HSL 205.81º 0.82% 0.78% -
HSV(B) 205.81º 0.38% 0.96% -
XYZ 51.26 56.93 94.67 -
YUV 193.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 152 205 245 0.38 0.16 0 0.04 205.81 0.82 0.78
Hex 98 CD F5 26 10 0 4 CE 52 4E
Octal 230 315 365 46 20 0 4 316 122 116
Binary 10011000 11001101 11110101 100110 10000 0 100 11001110 1010010 1001110

Color Harmonies of #98CDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CDF5

Black with #98CDF5

Text Example


Text Example

White with #98CDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,205,245); }

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

background-color css

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

 a { background-color: rgb(152,205,245); }

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

border-color css

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

 span { border-color: rgb(152,205,245); }

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