Html Css Color HEX #9FDDFD Columbia Blue

📋 copy color: '#9FDDFD'

red 159 ◦ green 221 ◦ blue 253

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

Shades of Columbia Blue #9FDDFD

Tints of Columbia Blue #9FDDFD

RGB

 RED value IS 159 (62.5% from 255) = 25.12%

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

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

R = 25.12%
G = 34.91%
B = 39.97%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9FDDFD (or 0x9FDDFD) is known color: Columbia Blue. HEX triplet: 9F, DD and FD. RGB value is (159,221,253). Sum of RGB (Red+Green+Blue) = 159+221+253=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDFD is #602202. Grayscale: #CDCDCD. Windows color (decimal): -6300163 or 16637343. OLE color: 16637343.

HSL color Cylindrical-coordinate representation of color #9FDDFD: hue angle of 200.43º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FDDFD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 221 253 -
CMYK 0.37 0.13 0 0.01
HSL 200.43º 0.96% 0.81% -
HSV(B) 200.43º 0.37% 0.99% -
XYZ 57.88 66.18 102.65 -
YUV 206.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 159 221 253 0.37 0.13 0 0.01 200.43 0.96 0.81
Hex 9F DD FD 25 D 0 1 C8 60 51
Octal 237 335 375 45 15 0 1 310 140 121
Binary 10011111 11011101 11111101 100101 1101 0 1 11001000 1100000 1010001

Color Harmonies of #9FDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDFD

Black with #9FDDFD

Text Example


Text Example

White with #9FDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FDDFD; }

 p { color: rgb(159,221,253); }

 H1.HeaderClassName
 {
   color: #9FDDFD;
 }
 .AnyTagClassName
 {
   color: #9FDDFD;
 }
</style>

background-color css

<style>
 a { background-color: #9FDDFD; }

 a { background-color: rgb(159,221,253); }

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

border-color css

<style>
 span { border-color: #9FDDFD; }

 span { border-color: rgb(159,221,253); }

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