Html Css Color HEX #9FECFF Columbia Blue

📋 copy color: '#9FECFF'

red 159 ◦ green 236 ◦ blue 255

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

Shades of Columbia Blue #9FECFF

Tints of Columbia Blue #9FECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.31%

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

R = 24.46%
G = 36.31%
B = 39.23%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FECFF (or 0x9FECFF) is known color: Columbia Blue. HEX triplet: 9F, EC and FF. RGB value is (159,236,255). Sum of RGB (Red+Green+Blue) = 159+236+255=650 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.46% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECFF is #601300. Grayscale: #D6D6D6. Windows color (decimal): -6296321 or 16772255. OLE color: 16772255.

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

Color convert

RGB 159 236 255 -
CMYK 0.38 0.07 0 0
HSL 191.88º 1% 0.81% -
HSV(B) 191.88º 0.38% 1% -
XYZ 62.34 74.58 105.72 -
YUV 215.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 159 236 255 0.38 0.07 0 0 191.88 1 0.81
Hex 9F EC FF 26 7 0 0 C0 64 51
Octal 237 354 377 46 7 0 0 300 144 121
Binary 10011111 11101100 11111111 100110 111 0 0 11000000 1100100 1010001

Color Harmonies of #9FECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECFF

Black with #9FECFF

Text Example


Text Example

White with #9FECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,236,255); }

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

background-color css

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

 a { background-color: rgb(159,236,255); }

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

border-color css

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

 span { border-color: rgb(159,236,255); }

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