Html Css Color HEX #98D3FC Columbia Blue

📋 copy color: '#98D3FC'

red 152 ◦ green 211 ◦ blue 252

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

Shades of Columbia Blue #98D3FC

Tints of Columbia Blue #98D3FC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.31%

 BLUE value IS 252 (98.83% from 255) = 40.98%

R = 24.72%
G = 34.31%
B = 40.98%

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

#98D3FC (or 0x98D3FC) is known color: Columbia Blue. HEX triplet: 98, D3 and FC. RGB value is (152,211,252). Sum of RGB (Red+Green+Blue) = 152+211+252=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #98D3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D3FC is #672C03. Grayscale: #C5C5C5. Windows color (decimal): -6761476 or 16569240. OLE color: 16569240.

HSL color Cylindrical-coordinate representation of color #98D3FC: hue angle of 204.6º degrees, saturation: 0.94, 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 #98D3FC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 211 252 -
CMYK 0.40 0.16 0 0.01
HSL 204.6º 0.94% 0.79% -
HSV(B) 204.6º 0.4% 0.99% -
XYZ 53.81 60.29 100.9 -
YUV 198.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 152 211 252 0.40 0.16 0 0.01 204.6 0.94 0.79
Hex 98 D3 FC 28 10 0 1 CD 5E 4F
Octal 230 323 374 50 20 0 1 315 136 117
Binary 10011000 11010011 11111100 101000 10000 0 1 11001101 1011110 1001111

Color Harmonies of #98D3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D3FC

Black with #98D3FC

Text Example


Text Example

White with #98D3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,211,252); }

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

background-color css

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

 a { background-color: rgb(152,211,252); }

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

border-color css

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

 span { border-color: rgb(152,211,252); }

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