Html Css Color HEX #98E0FD Columbia Blue

📋 copy color: '#98E0FD'

red 152 ◦ green 224 ◦ blue 253

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

Shades of Columbia Blue #98E0FD

Tints of Columbia Blue #98E0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.61%

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

R = 24.17%
G = 35.61%
B = 40.22%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98E0FD (or 0x98E0FD) is known color: Columbia Blue. HEX triplet: 98, E0 and FD. RGB value is (152,224,253). Sum of RGB (Red+Green+Blue) = 152+224+253=629 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.17% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #98E0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E0FD is #671F02. Grayscale: #CDCDCD. Windows color (decimal): -6758147 or 16638104. OLE color: 16638104.

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

Color convert

RGB 152 224 253 -
CMYK 0.40 0.11 0 0.01
HSL 197.23º 0.96% 0.79% -
HSV(B) 197.23º 0.4% 0.99% -
XYZ 57.33 67.08 102.85 -
YUV 205.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 152 224 253 0.40 0.11 0 0.01 197.23 0.96 0.79
Hex 98 E0 FD 28 B 0 1 C5 60 4F
Octal 230 340 375 50 13 0 1 305 140 117
Binary 10011000 11100000 11111101 101000 1011 0 1 11000101 1100000 1001111

Color Harmonies of #98E0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E0FD

Black with #98E0FD

Text Example


Text Example

White with #98E0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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