Html Css Color HEX #98CAE6 Cornflower

📋 copy color: '#98CAE6'

red 152 ◦ green 202 ◦ blue 230

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

Shades of Cornflower #98CAE6

Tints of Cornflower #98CAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.59%

 BLUE value IS 230 (90.23% from 255) = 39.38%

R = 26.03%
G = 34.59%
B = 39.38%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#98CAE6 (or 0x98CAE6) is known color: Cornflower. HEX triplet: 98, CA and E6. RGB value is (152,202,230). Sum of RGB (Red+Green+Blue) = 152+202+230=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #98CAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CAE6 is #673519. Grayscale: #BEBEBE. Windows color (decimal): -6763802 or 15125144. OLE color: 15125144.

HSL color Cylindrical-coordinate representation of color #98CAE6: hue angle of 201.54º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98CAE6 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 202 230 -
CMYK 0.34 0.12 0 0.10
HSL 201.54º 0.61% 0.75% -
HSV(B) 201.54º 0.34% 0.9% -
XYZ 48.35 54.63 82.86 -
YUV 190.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 152 202 230 0.34 0.12 0 0.10 201.54 0.61 0.75
Hex 98 CA E6 22 C 0 A CA 3D 4B
Octal 230 312 346 42 14 0 12 312 75 113
Binary 10011000 11001010 11100110 100010 1100 0 1010 11001010 111101 1001011

Color Harmonies of #98CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CAE6

Black with #98CAE6

Text Example


Text Example

White with #98CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,202,230); }

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

background-color css

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

 a { background-color: rgb(152,202,230); }

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

border-color css

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

 span { border-color: rgb(152,202,230); }

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