Html Css Color HEX #98C0FC Pale Cornflower Blue

📋 copy color: '#98C0FC'

red 152 ◦ green 192 ◦ blue 252

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

Shades of Pale Cornflower Blue #98C0FC

Tints of Pale Cornflower Blue #98C0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.21%

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

R = 25.5%
G = 32.21%
B = 42.28%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98C0FC (or 0x98C0FC) is known color: Pale Cornflower Blue. HEX triplet: 98, C0 and FC. RGB value is (152,192,252). Sum of RGB (Red+Green+Blue) = 152+192+252=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #98C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0FC is #673F03. Grayscale: #BABABA. Windows color (decimal): -6766340 or 16564376. OLE color: 16564376.

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

Color convert

RGB 152 192 252 -
CMYK 0.40 0.24 0 0.01
HSL 216º 0.94% 0.79% -
HSV(B) 216º 0.4% 0.99% -
XYZ 49.37 51.4 99.42 -
YUV 186.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 152 192 252 0.40 0.24 0 0.01 216 0.94 0.79
Hex 98 C0 FC 28 18 0 1 D8 5E 4F
Octal 230 300 374 50 30 0 1 330 136 117
Binary 10011000 11000000 11111100 101000 11000 0 1 11011000 1011110 1001111

Color Harmonies of #98C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0FC

Black with #98C0FC

Text Example


Text Example

White with #98C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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