Html Css Color HEX #9FEAFF Columbia Blue

📋 copy color: '#9FEAFF'

red 159 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #9FEAFF

Tints of Columbia Blue #9FEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.11%

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

R = 24.54%
G = 36.11%
B = 39.35%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FEAFF (or 0x9FEAFF) is known color: Columbia Blue. HEX triplet: 9F, EA and FF. RGB value is (159,234,255). Sum of RGB (Red+Green+Blue) = 159+234+255=648 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.54% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAFF is #601500. Grayscale: #D5D5D5. Windows color (decimal): -6296833 or 16771743. OLE color: 16771743.

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

Color convert

RGB 159 234 255 -
CMYK 0.38 0.08 0 0
HSL 193.13º 1% 0.81% -
HSV(B) 193.13º 0.38% 1% -
XYZ 61.77 73.44 105.53 -
YUV 213.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 159 234 255 0.38 0.08 0 0 193.13 1 0.81
Hex 9F EA FF 26 8 0 0 C1 64 51
Octal 237 352 377 46 10 0 0 301 144 121
Binary 10011111 11101010 11111111 100110 1000 0 0 11000001 1100100 1010001

Color Harmonies of #9FEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAFF

Black with #9FEAFF

Text Example


Text Example

White with #9FEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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