Html Css Color HEX #98DDFF Columbia Blue

📋 copy color: '#98DDFF'

red 152 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #98DDFF

Tints of Columbia Blue #98DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.19%

 BLUE value IS 255 (100% from 255) = 40.61%

R = 24.2%
G = 35.19%
B = 40.61%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98DDFF (or 0x98DDFF) is known color: Columbia Blue. HEX triplet: 98, DD and FF. RGB value is (152,221,255). Sum of RGB (Red+Green+Blue) = 152+221+255=628 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.20% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #98DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DDFF is #672200. Grayscale: #CCCCCC. Windows color (decimal): -6758913 or 16768408. OLE color: 16768408.

HSL color Cylindrical-coordinate representation of color #98DDFF: hue angle of 199.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98DDFF is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 221 255 -
CMYK 0.40 0.13 0 0
HSL 199.81º 1% 0.8% -
HSV(B) 199.81º 0.4% 1% -
XYZ 56.86 65.61 104.27 -
YUV 204.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 152 221 255 0.40 0.13 0 0 199.81 1 0.8
Hex 98 DD FF 28 D 0 0 C8 64 50
Octal 230 335 377 50 15 0 0 310 144 120
Binary 10011000 11011101 11111111 101000 1101 0 0 11001000 1100100 1010000

Color Harmonies of #98DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DDFF

Black with #98DDFF

Text Example


Text Example

White with #98DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,221,255); }

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

background-color css

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

 a { background-color: rgb(152,221,255); }

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

border-color css

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

 span { border-color: rgb(152,221,255); }

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