Html Css Color HEX #98BDF5 Pale Cornflower Blue

📋 copy color: '#98BDF5'

red 152 ◦ green 189 ◦ blue 245

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

Shades of Pale Cornflower Blue #98BDF5

Tints of Pale Cornflower Blue #98BDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.81%

R = 25.94%
G = 32.25%
B = 41.81%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#98BDF5 (or 0x98BDF5) is known color: Pale Cornflower Blue. HEX triplet: 98, BD and F5. RGB value is (152,189,245). Sum of RGB (Red+Green+Blue) = 152+189+245=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #98BDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BDF5 is #67420A. Grayscale: #B8B8B8. Windows color (decimal): -6767115 or 16104856. OLE color: 16104856.

HSL color Cylindrical-coordinate representation of color #98BDF5: hue angle of 216.13º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98BDF5 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 189 245 -
CMYK 0.38 0.23 0 0.04
HSL 216.13º 0.82% 0.78% -
HSV(B) 216.13º 0.38% 0.96% -
XYZ 47.63 49.66 93.46 -
YUV 184.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 152 189 245 0.38 0.23 0 0.04 216.13 0.82 0.78
Hex 98 BD F5 26 17 0 4 D8 52 4E
Octal 230 275 365 46 27 0 4 330 122 116
Binary 10011000 10111101 11110101 100110 10111 0 100 11011000 1010010 1001110

Color Harmonies of #98BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDF5

Black with #98BDF5

Text Example


Text Example

White with #98BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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