Html Css Color HEX #9FE8FF Columbia Blue

📋 copy color: '#9FE8FF'

red 159 ◦ green 232 ◦ blue 255

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

Shades of Columbia Blue #9FE8FF

Tints of Columbia Blue #9FE8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.91%

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

R = 24.61%
G = 35.91%
B = 39.47%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FE8FF (or 0x9FE8FF) is known color: Columbia Blue. HEX triplet: 9F, E8 and FF. RGB value is (159,232,255). Sum of RGB (Red+Green+Blue) = 159+232+255=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE8FF is #601700. Grayscale: #D4D4D4. Windows color (decimal): -6297345 or 16771231. OLE color: 16771231.

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

Color convert

RGB 159 232 255 -
CMYK 0.38 0.09 0 0
HSL 194.38º 1% 0.81% -
HSV(B) 194.38º 0.38% 1% -
XYZ 61.2 72.3 105.34 -
YUV 212.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 159 232 255 0.38 0.09 0 0 194.38 1 0.81
Hex 9F E8 FF 26 9 0 0 C2 64 51
Octal 237 350 377 46 11 0 0 302 144 121
Binary 10011111 11101000 11111111 100110 1001 0 0 11000010 1100100 1010001

Color Harmonies of #9FE8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE8FF

Black with #9FE8FF

Text Example


Text Example

White with #9FE8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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