Html Css Color HEX #9FDCFD Columbia Blue

📋 copy color: '#9FDCFD'

red 159 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #9FDCFD

Tints of Columbia Blue #9FDCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.81%

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

R = 25.16%
G = 34.81%
B = 40.03%

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

#9FDCFD (or 0x9FDCFD) is known color: Columbia Blue. HEX triplet: 9F, DC and FD. RGB value is (159,220,253). Sum of RGB (Red+Green+Blue) = 159+220+253=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCFD is #602302. Grayscale: #CDCDCD. Windows color (decimal): -6300419 or 16637087. OLE color: 16637087.

HSL color Cylindrical-coordinate representation of color #9FDCFD: hue angle of 201.06º 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 #9FDCFD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 220 253 -
CMYK 0.37 0.13 0 0.01
HSL 201.06º 0.96% 0.81% -
HSV(B) 201.06º 0.37% 0.99% -
XYZ 57.62 65.65 102.56 -
YUV 205.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 159 220 253 0.37 0.13 0 0.01 201.06 0.96 0.81
Hex 9F DC FD 25 D 0 1 C9 60 51
Octal 237 334 375 45 15 0 1 311 140 121
Binary 10011111 11011100 11111101 100101 1101 0 1 11001001 1100000 1010001

Color Harmonies of #9FDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCFD

Black with #9FDCFD

Text Example


Text Example

White with #9FDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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