Html Css Color HEX #98BDF3 Pale Cornflower Blue

📋 copy color: '#98BDF3'

red 152 ◦ green 189 ◦ blue 243

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

Shades of Pale Cornflower Blue #98BDF3

Tints of Pale Cornflower Blue #98BDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.61%

R = 26.03%
G = 32.36%
B = 41.61%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#98BDF3 (or 0x98BDF3) is known color: Pale Cornflower Blue. HEX triplet: 98, BD and F3. RGB value is (152,189,243). Sum of RGB (Red+Green+Blue) = 152+189+243=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #98BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BDF3 is #67420C. Grayscale: #B7B7B7. Windows color (decimal): -6767117 or 15973784. OLE color: 15973784.

HSL color Cylindrical-coordinate representation of color #98BDF3: hue angle of 215.6º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98BDF3 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 189 243 -
CMYK 0.37 0.22 0 0.05
HSL 215.6º 0.79% 0.77% -
HSV(B) 215.6º 0.37% 0.95% -
XYZ 47.32 49.54 91.86 -
YUV 184.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 152 189 243 0.37 0.22 0 0.05 215.6 0.79 0.77
Hex 98 BD F3 25 16 0 5 D8 4F 4D
Octal 230 275 363 45 26 0 5 330 117 115
Binary 10011000 10111101 11110011 100101 10110 0 101 11011000 1001111 1001101

Color Harmonies of #98BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDF3

Black with #98BDF3

Text Example


Text Example

White with #98BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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