Html Css Color HEX #9FDDFE Columbia Blue

📋 copy color: '#9FDDFE'

red 159 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #9FDDFE

Tints of Columbia Blue #9FDDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.06%

R = 25.08%
G = 34.86%
B = 40.06%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9FDDFE (or 0x9FDDFE) is known color: Columbia Blue. HEX triplet: 9F, DD and FE. RGB value is (159,221,254). Sum of RGB (Red+Green+Blue) = 159+221+254=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDFE is #602201. Grayscale: #CECECE. Windows color (decimal): -6300162 or 16702879. OLE color: 16702879.

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

Color convert

RGB 159 221 254 -
CMYK 0.37 0.13 0 0.00
HSL 200.84º 0.98% 0.81% -
HSV(B) 200.84º 0.37% 1% -
XYZ 58.04 66.24 103.49 -
YUV 206.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 159 221 254 0.37 0.13 0 0.00 200.84 0.98 0.81
Hex 9F DD FE 25 D 0 0 C9 62 51
Octal 237 335 376 45 15 0 0 311 142 121
Binary 10011111 11011101 11111110 100101 1101 0 0 11001001 1100010 1010001

Color Harmonies of #9FDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDFE

Black with #9FDDFE

Text Example


Text Example

White with #9FDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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