Html Css Color HEX #98BDFF Pale Cornflower Blue

📋 copy color: '#98BDFF'

red 152 ◦ green 189 ◦ blue 255

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

Shades of Pale Cornflower Blue #98BDFF

Tints of Pale Cornflower Blue #98BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.71%

 BLUE value IS 255 (100% from 255) = 42.79%

R = 25.5%
G = 31.71%
B = 42.79%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98BDFF (or 0x98BDFF) is known color: Pale Cornflower Blue. HEX triplet: 98, BD and FF. RGB value is (152,189,255). Sum of RGB (Red+Green+Blue) = 152+189+255=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #98BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BDFF is #674200. Grayscale: #B9B9B9. Windows color (decimal): -6767105 or 16760216. OLE color: 16760216.

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

Color convert

RGB 152 189 255 -
CMYK 0.40 0.26 0 0
HSL 218.45º 1% 0.8% -
HSV(B) 218.45º 0.4% 1% -
XYZ 49.2 50.29 101.72 -
YUV 185.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 152 189 255 0.40 0.26 0 0 218.45 1 0.8
Hex 98 BD FF 28 1A 0 0 DA 64 50
Octal 230 275 377 50 32 0 0 332 144 120
Binary 10011000 10111101 11111111 101000 11010 0 0 11011010 1100100 1010000

Color Harmonies of #98BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDFF

Black with #98BDFF

Text Example


Text Example

White with #98BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,189,255); }

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

background-color css

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

 a { background-color: rgb(152,189,255); }

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

border-color css

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

 span { border-color: rgb(152,189,255); }

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