Html Css Color HEX #98C2FC Pale Cornflower Blue

📋 copy color: '#98C2FC'

red 152 ◦ green 194 ◦ blue 252

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

Shades of Pale Cornflower Blue #98C2FC

Tints of Pale Cornflower Blue #98C2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.44%

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 25.42%
G = 32.44%
B = 42.14%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98C2FC (or 0x98C2FC) is known color: Pale Cornflower Blue. HEX triplet: 98, C2 and FC. RGB value is (152,194,252). Sum of RGB (Red+Green+Blue) = 152+194+252=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #98C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C2FC is #673D03. Grayscale: #BBBBBB. Windows color (decimal): -6765828 or 16564888. OLE color: 16564888.

HSL color Cylindrical-coordinate representation of color #98C2FC: hue angle of 214.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98C2FC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 194 252 -
CMYK 0.40 0.23 0 0.01
HSL 214.8º 0.94% 0.79% -
HSV(B) 214.8º 0.4% 0.99% -
XYZ 49.81 52.29 99.56 -
YUV 188.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 152 194 252 0.40 0.23 0 0.01 214.8 0.94 0.79
Hex 98 C2 FC 28 17 0 1 D7 5E 4F
Octal 230 302 374 50 27 0 1 327 136 117
Binary 10011000 11000010 11111100 101000 10111 0 1 11010111 1011110 1001111

Color Harmonies of #98C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C2FC

Black with #98C2FC

Text Example


Text Example

White with #98C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,194,252); }

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

background-color css

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

 a { background-color: rgb(152,194,252); }

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

border-color css

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

 span { border-color: rgb(152,194,252); }

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