Html Css Color HEX #98D5FD Columbia Blue

📋 copy color: '#98D5FD'

red 152 ◦ green 213 ◦ blue 253

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

Shades of Columbia Blue #98D5FD

Tints of Columbia Blue #98D5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.94%

R = 24.6%
G = 34.47%
B = 40.94%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98D5FD (or 0x98D5FD) is known color: Columbia Blue. HEX triplet: 98, D5 and FD. RGB value is (152,213,253). Sum of RGB (Red+Green+Blue) = 152+213+253=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #98D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5FD is #672A02. Grayscale: #C7C7C7. Windows color (decimal): -6760963 or 16635288. OLE color: 16635288.

HSL color Cylindrical-coordinate representation of color #98D5FD: hue angle of 203.76º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D5FD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 213 253 -
CMYK 0.40 0.16 0 0.01
HSL 203.76º 0.96% 0.79% -
HSV(B) 203.76º 0.4% 0.99% -
XYZ 54.47 61.36 101.9 -
YUV 199.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 152 213 253 0.40 0.16 0 0.01 203.76 0.96 0.79
Hex 98 D5 FD 28 10 0 1 CC 60 4F
Octal 230 325 375 50 20 0 1 314 140 117
Binary 10011000 11010101 11111101 101000 10000 0 1 11001100 1100000 1001111

Color Harmonies of #98D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5FD

Black with #98D5FD

Text Example


Text Example

White with #98D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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