Html Css Color HEX #98DFFC Columbia Blue

📋 copy color: '#98DFFC'

red 152 ◦ green 223 ◦ blue 252

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

Shades of Columbia Blue #98DFFC

Tints of Columbia Blue #98DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

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

R = 24.24%
G = 35.57%
B = 40.19%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98DFFC (or 0x98DFFC) is known color: Columbia Blue. HEX triplet: 98, DF and FC. RGB value is (152,223,252). Sum of RGB (Red+Green+Blue) = 152+223+252=627 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.24% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #98DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFFC is #672003. Grayscale: #CCCCCC. Windows color (decimal): -6758404 or 16572312. OLE color: 16572312.

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

Color convert

RGB 152 223 252 -
CMYK 0.40 0.12 0 0.01
HSL 197.4º 0.94% 0.79% -
HSV(B) 197.4º 0.4% 0.99% -
XYZ 56.91 66.48 101.93 -
YUV 205.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 152 223 252 0.40 0.12 0 0.01 197.4 0.94 0.79
Hex 98 DF FC 28 C 0 1 C5 5E 4F
Octal 230 337 374 50 14 0 1 305 136 117
Binary 10011000 11011111 11111100 101000 1100 0 1 11000101 1011110 1001111

Color Harmonies of #98DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DFFC

Black with #98DFFC

Text Example


Text Example

White with #98DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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