Html Css Color HEX #98D5FA Columbia Blue

📋 copy color: '#98D5FA'

red 152 ◦ green 213 ◦ blue 250

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

Shades of Columbia Blue #98D5FA

Tints of Columbia Blue #98D5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.63%

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 24.72%
G = 34.63%
B = 40.65%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#98D5FA (or 0x98D5FA) is known color: Columbia Blue. HEX triplet: 98, D5 and FA. RGB value is (152,213,250). Sum of RGB (Red+Green+Blue) = 152+213+250=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #98D5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5FA is #672A05. Grayscale: #C6C6C6. Windows color (decimal): -6760966 or 16438680. OLE color: 16438680.

HSL color Cylindrical-coordinate representation of color #98D5FA: hue angle of 202.65º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98D5FA is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 213 250 -
CMYK 0.39 0.15 0 0.02
HSL 202.65º 0.91% 0.79% -
HSV(B) 202.65º 0.39% 0.98% -
XYZ 54 61.17 99.4 -
YUV 198.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 152 213 250 0.39 0.15 0 0.02 202.65 0.91 0.79
Hex 98 D5 FA 27 F 0 2 CB 5B 4F
Octal 230 325 372 47 17 0 2 313 133 117
Binary 10011000 11010101 11111010 100111 1111 0 10 11001011 1011011 1001111

Color Harmonies of #98D5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5FA

Black with #98D5FA

Text Example


Text Example

White with #98D5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,213,250); }

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

background-color css

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

 a { background-color: rgb(152,213,250); }

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

border-color css

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

 span { border-color: rgb(152,213,250); }

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