Html Css Color HEX #98BFFE Pale Cornflower Blue

📋 copy color: '#98BFFE'

red 152 ◦ green 191 ◦ blue 254

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

Shades of Pale Cornflower Blue #98BFFE

Tints of Pale Cornflower Blue #98BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 31.99%

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 25.46%
G = 31.99%
B = 42.55%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98BFFE (or 0x98BFFE) is known color: Pale Cornflower Blue. HEX triplet: 98, BF and FE. RGB value is (152,191,254). Sum of RGB (Red+Green+Blue) = 152+191+254=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #98BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BFFE is #674001. Grayscale: #BABABA. Windows color (decimal): -6766594 or 16695192. OLE color: 16695192.

HSL color Cylindrical-coordinate representation of color #98BFFE: hue angle of 217.06º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BFFE is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 191 254 -
CMYK 0.40 0.25 0 0.00
HSL 217.06º 0.98% 0.8% -
HSV(B) 217.06º 0.4% 1% -
XYZ 49.47 51.09 101.02 -
YUV 186.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 152 191 254 0.40 0.25 0 0.00 217.06 0.98 0.8
Hex 98 BF FE 28 19 0 0 D9 62 50
Octal 230 277 376 50 31 0 0 331 142 120
Binary 10011000 10111111 11111110 101000 11001 0 0 11011001 1100010 1010000

Color Harmonies of #98BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BFFE

Black with #98BFFE

Text Example


Text Example

White with #98BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,191,254); }

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

background-color css

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

 a { background-color: rgb(152,191,254); }

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

border-color css

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

 span { border-color: rgb(152,191,254); }

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