Html Css Color HEX #98C1FC Pale Cornflower Blue

📋 copy color: '#98C1FC'

red 152 ◦ green 193 ◦ blue 252

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

Shades of Pale Cornflower Blue #98C1FC

Tints of Pale Cornflower Blue #98C1FC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.33%

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

R = 25.46%
G = 32.33%
B = 42.21%

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

#98C1FC (or 0x98C1FC) is known color: Pale Cornflower Blue. HEX triplet: 98, C1 and FC. RGB value is (152,193,252). Sum of RGB (Red+Green+Blue) = 152+193+252=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #98C1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C1FC is #673E03. Grayscale: #BBBBBB. Windows color (decimal): -6766084 or 16564632. OLE color: 16564632.

HSL color Cylindrical-coordinate representation of color #98C1FC: hue angle of 215.4º 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 #98C1FC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 193 252 -
CMYK 0.40 0.23 0 0.01
HSL 215.4º 0.94% 0.79% -
HSV(B) 215.4º 0.4% 0.99% -
XYZ 49.59 51.84 99.49 -
YUV 187.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 152 193 252 0.40 0.23 0 0.01 215.4 0.94 0.79
Hex 98 C1 FC 28 17 0 1 D7 5E 4F
Octal 230 301 374 50 27 0 1 327 136 117
Binary 10011000 11000001 11111100 101000 10111 0 1 11010111 1011110 1001111

Color Harmonies of #98C1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C1FC

Black with #98C1FC

Text Example


Text Example

White with #98C1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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