Html Css Color HEX #98D6EE Cornflower

📋 copy color: '#98D6EE'

red 152 ◦ green 214 ◦ blue 238

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

Shades of Cornflower #98D6EE

Tints of Cornflower #98D6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.43%

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 25.17%
G = 35.43%
B = 39.4%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#98D6EE (or 0x98D6EE) is known color: Cornflower. HEX triplet: 98, D6 and EE. RGB value is (152,214,238). Sum of RGB (Red+Green+Blue) = 152+214+238=604 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.17% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #98D6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D6EE is #672911. Grayscale: #C6C6C6. Windows color (decimal): -6760722 or 15652504. OLE color: 15652504.

HSL color Cylindrical-coordinate representation of color #98D6EE: hue angle of 196.74º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D6EE is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 214 238 -
CMYK 0.36 0.10 0 0.07
HSL 196.74º 0.72% 0.76% -
HSV(B) 196.74º 0.36% 0.93% -
XYZ 52.43 60.94 89.89 -
YUV 198.2 150.46 95.05 -
System Red Green Blue C M Y K H S L
Decimal 152 214 238 0.36 0.10 0 0.07 196.74 0.72 0.76
Hex 98 D6 EE 24 A 0 7 C5 48 4C
Octal 230 326 356 44 12 0 7 305 110 114
Binary 10011000 11010110 11101110 100100 1010 0 111 11000101 1001000 1001100

Color Harmonies of #98D6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6EE

Black with #98D6EE

Text Example


Text Example

White with #98D6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,214,238); }

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

background-color css

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

 a { background-color: rgb(152,214,238); }

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

border-color css

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

 span { border-color: rgb(152,214,238); }

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