Html Css Color HEX #98E5FD Columbia Blue

📋 copy color: '#98E5FD'

red 152 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #98E5FD

Tints of Columbia Blue #98E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.12%

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

R = 23.97%
G = 36.12%
B = 39.91%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98E5FD (or 0x98E5FD) is known color: Columbia Blue. HEX triplet: 98, E5 and FD. RGB value is (152,229,253). Sum of RGB (Red+Green+Blue) = 152+229+253=634 (83% of max value = 765). Red value is 152 (59.77% from 255 or 23.97% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #98E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E5FD is #671A02. Grayscale: #D0D0D0. Windows color (decimal): -6756867 or 16639384. OLE color: 16639384.

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

Color convert

RGB 152 229 253 -
CMYK 0.40 0.09 0 0.01
HSL 194.26º 0.96% 0.79% -
HSV(B) 194.26º 0.4% 0.99% -
XYZ 58.7 69.81 103.31 -
YUV 208.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 152 229 253 0.40 0.09 0 0.01 194.26 0.96 0.79
Hex 98 E5 FD 28 9 0 1 C2 60 4F
Octal 230 345 375 50 11 0 1 302 140 117
Binary 10011000 11100101 11111101 101000 1001 0 1 11000010 1100000 1001111

Color Harmonies of #98E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E5FD

Black with #98E5FD

Text Example


Text Example

White with #98E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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