Html Css Color HEX #9FEDFF Columbia Blue

📋 copy color: '#9FEDFF'

red 159 ◦ green 237 ◦ blue 255

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

Shades of Columbia Blue #9FEDFF

Tints of Columbia Blue #9FEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.41%

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

R = 24.42%
G = 36.41%
B = 39.17%

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

#9FEDFF (or 0x9FEDFF) is known color: Columbia Blue. HEX triplet: 9F, ED and FF. RGB value is (159,237,255). Sum of RGB (Red+Green+Blue) = 159+237+255=651 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.42% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDFF is #601200. Grayscale: #D7D7D7. Windows color (decimal): -6296065 or 16772511. OLE color: 16772511.

HSL color Cylindrical-coordinate representation of color #9FEDFF: hue angle of 191.25º 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 #9FEDFF is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 237 255 -
CMYK 0.38 0.07 0 0
HSL 191.25º 1% 0.81% -
HSV(B) 191.25º 0.38% 1% -
XYZ 62.63 75.16 105.81 -
YUV 215.73 150.16 87.54 -
System Red Green Blue C M Y K H S L
Decimal 159 237 255 0.38 0.07 0 0 191.25 1 0.81
Hex 9F ED FF 26 7 0 0 BF 64 51
Octal 237 355 377 46 7 0 0 277 144 121
Binary 10011111 11101101 11111111 100110 111 0 0 10111111 1100100 1010001

Color Harmonies of #9FEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDFF

Black with #9FEDFF

Text Example


Text Example

White with #9FEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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