Html Css Color HEX #98D6EA Cornflower

📋 copy color: '#98D6EA'

red 152 ◦ green 214 ◦ blue 234

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

Shades of Cornflower #98D6EA

Tints of Cornflower #98D6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 25.33%
G = 35.67%
B = 39%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98D6EA (or 0x98D6EA) is known color: Cornflower. HEX triplet: 98, D6 and EA. RGB value is (152,214,234). Sum of RGB (Red+Green+Blue) = 152+214+234=600 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.33% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #98D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D6EA is #672915. Grayscale: #C5C5C5. Windows color (decimal): -6760726 or 15390360. OLE color: 15390360.

HSL color Cylindrical-coordinate representation of color #98D6EA: hue angle of 194.63º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98D6EA is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 214 234 -
CMYK 0.35 0.09 0 0.08
HSL 194.63º 0.66% 0.76% -
HSV(B) 194.63º 0.35% 0.92% -
XYZ 51.85 60.71 86.83 -
YUV 197.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 152 214 234 0.35 0.09 0 0.08 194.63 0.66 0.76
Hex 98 D6 EA 23 9 0 8 C3 42 4C
Octal 230 326 352 43 11 0 10 303 102 114
Binary 10011000 11010110 11101010 100011 1001 0 1000 11000011 1000010 1001100

Color Harmonies of #98D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6EA

Black with #98D6EA

Text Example


Text Example

White with #98D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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