Html Css Color HEX #98DAFF Columbia Blue

📋 copy color: '#98DAFF'

red 152 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #98DAFF

Tints of Columbia Blue #98DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.88%

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

R = 24.32%
G = 34.88%
B = 40.8%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98DAFF (or 0x98DAFF) is known color: Columbia Blue. HEX triplet: 98, DA and FF. RGB value is (152,218,255). Sum of RGB (Red+Green+Blue) = 152+218+255=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #98DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DAFF is #672500. Grayscale: #CACACA. Windows color (decimal): -6759681 or 16767640. OLE color: 16767640.

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

Color convert

RGB 152 218 255 -
CMYK 0.40 0.15 0 0
HSL 201.55º 1% 0.8% -
HSV(B) 201.55º 0.4% 1% -
XYZ 56.07 64.04 104.01 -
YUV 202.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 152 218 255 0.40 0.15 0 0 201.55 1 0.8
Hex 98 DA FF 28 F 0 0 CA 64 50
Octal 230 332 377 50 17 0 0 312 144 120
Binary 10011000 11011010 11111111 101000 1111 0 0 11001010 1100100 1010000

Color Harmonies of #98DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DAFF

Black with #98DAFF

Text Example


Text Example

White with #98DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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