Html Css Color HEX #98D2EF Cornflower

📋 copy color: '#98D2EF'

red 152 ◦ green 210 ◦ blue 239

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

Shades of Cornflower #98D2EF

Tints of Cornflower #98D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.94%

 BLUE value IS 239 (93.75% from 255) = 39.77%

R = 25.29%
G = 34.94%
B = 39.77%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98D2EF (or 0x98D2EF) is known color: Cornflower. HEX triplet: 98, D2 and EF. RGB value is (152,210,239). Sum of RGB (Red+Green+Blue) = 152+210+239=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #98D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D2EF is #672D10. Grayscale: #C3C3C3. Windows color (decimal): -6761745 or 15717016. OLE color: 15717016.

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

Color convert

RGB 152 210 239 -
CMYK 0.36 0.12 0 0.06
HSL 200º 0.73% 0.77% -
HSV(B) 200º 0.36% 0.94% -
XYZ 51.58 59 90.33 -
YUV 195.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 152 210 239 0.36 0.12 0 0.06 200 0.73 0.77
Hex 98 D2 EF 24 C 0 6 C8 49 4D
Octal 230 322 357 44 14 0 6 310 111 115
Binary 10011000 11010010 11101111 100100 1100 0 110 11001000 1001001 1001101

Color Harmonies of #98D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D2EF

Black with #98D2EF

Text Example


Text Example

White with #98D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,210,239); }

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

background-color css

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

 a { background-color: rgb(152,210,239); }

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

border-color css

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

 span { border-color: rgb(152,210,239); }

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