Html Css Color HEX #8FE6FF Columbia Blue

📋 copy color: '#8FE6FF'

red 143 ◦ green 230 ◦ blue 255

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

Shades of Columbia Blue #8FE6FF

Tints of Columbia Blue #8FE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.62%

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

R = 22.77%
G = 36.62%
B = 40.61%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FE6FF (or 0x8FE6FF) is known color: Columbia Blue. HEX triplet: 8F, E6 and FF. RGB value is (143,230,255). Sum of RGB (Red+Green+Blue) = 143+230+255=628 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.77% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE6FF is #701900. Grayscale: #CECECE. Windows color (decimal): -7346433 or 16770703. OLE color: 16770703.

HSL color Cylindrical-coordinate representation of color #8FE6FF: hue angle of 193.39º 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 #8FE6FF is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 230 255 -
CMYK 0.44 0.10 0 0
HSL 193.39º 1% 0.78% -
HSV(B) 193.39º 0.44% 1% -
XYZ 57.67 69.65 105.01 -
YUV 206.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 143 230 255 0.44 0.10 0 0 193.39 1 0.78
Hex 8F E6 FF 2C A 0 0 C1 64 4E
Octal 217 346 377 54 12 0 0 301 144 116
Binary 10001111 11100110 11111111 101100 1010 0 0 11000001 1100100 1001110

Color Harmonies of #8FE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE6FF

Black with #8FE6FF

Text Example


Text Example

White with #8FE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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