Html Css Color HEX #8FE9FF Columbia Blue

📋 copy color: '#8FE9FF'

red 143 ◦ green 233 ◦ blue 255

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

Shades of Columbia Blue #8FE9FF

Tints of Columbia Blue #8FE9FF

RGB

 RED value IS 143 (56.25% from 255) = 22.66%

 GREEN value IS 233 (91.41% from 255) = 36.93%

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

R = 22.66%
G = 36.93%
B = 40.41%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FE9FF (or 0x8FE9FF) is known color: Columbia Blue. HEX triplet: 8F, E9 and FF. RGB value is (143,233,255). Sum of RGB (Red+Green+Blue) = 143+233+255=631 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.66% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE9FF is #701600. Grayscale: #D0D0D0. Windows color (decimal): -7345665 or 16771471. OLE color: 16771471.

HSL color Cylindrical-coordinate representation of color #8FE9FF: hue angle of 191.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FE9FF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 233 255 -
CMYK 0.44 0.09 0 0
HSL 191.79º 1% 0.78% -
HSV(B) 191.79º 0.44% 1% -
XYZ 58.52 71.34 105.29 -
YUV 208.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 143 233 255 0.44 0.09 0 0 191.79 1 0.78
Hex 8F E9 FF 2C 9 0 0 C0 64 4E
Octal 217 351 377 54 11 0 0 300 144 116
Binary 10001111 11101001 11111111 101100 1001 0 0 11000000 1100100 1001110

Color Harmonies of #8FE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE9FF

Black with #8FE9FF

Text Example


Text Example

White with #8FE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FE9FF; }

 p { color: rgb(143,233,255); }

 H1.HeaderClassName
 {
   color: #8FE9FF;
 }
 .AnyTagClassName
 {
   color: #8FE9FF;
 }
</style>

background-color css

<style>
 a { background-color: #8FE9FF; }

 a { background-color: rgb(143,233,255); }

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

border-color css

<style>
 span { border-color: #8FE9FF; }

 span { border-color: rgb(143,233,255); }

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