Html Css Color HEX #98D8F3 Columbia Blue

📋 copy color: '#98D8F3'

red 152 ◦ green 216 ◦ blue 243

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

Shades of Columbia Blue #98D8F3

Tints of Columbia Blue #98D8F3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.35%

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

R = 24.88%
G = 35.35%
B = 39.77%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#98D8F3 (or 0x98D8F3) is known color: Columbia Blue. HEX triplet: 98, D8 and F3. RGB value is (152,216,243). Sum of RGB (Red+Green+Blue) = 152+216+243=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #98D8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D8F3 is #67270C. Grayscale: #C7C7C7. Windows color (decimal): -6760205 or 15980696. OLE color: 15980696.

HSL color Cylindrical-coordinate representation of color #98D8F3: hue angle of 197.8º 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 #98D8F3 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 216 243 -
CMYK 0.37 0.11 0 0.05
HSL 197.8º 0.79% 0.77% -
HSV(B) 197.8º 0.37% 0.95% -
XYZ 53.68 62.26 93.98 -
YUV 199.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 152 216 243 0.37 0.11 0 0.05 197.8 0.79 0.77
Hex 98 D8 F3 25 B 0 5 C6 4F 4D
Octal 230 330 363 45 13 0 5 306 117 115
Binary 10011000 11011000 11110011 100101 1011 0 101 11000110 1001111 1001101

Color Harmonies of #98D8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D8F3

Black with #98D8F3

Text Example


Text Example

White with #98D8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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