Html Css Color HEX #8FE1FF Columbia Blue

📋 copy color: '#8FE1FF'

red 143 ◦ green 225 ◦ blue 255

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

Shades of Columbia Blue #8FE1FF

Tints of Columbia Blue #8FE1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.12%

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

R = 22.95%
G = 36.12%
B = 40.93%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FE1FF (or 0x8FE1FF) is known color: Columbia Blue. HEX triplet: 8F, E1 and FF. RGB value is (143,225,255). Sum of RGB (Red+Green+Blue) = 143+225+255=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE1FF is #701E00. Grayscale: #CBCBCB. Windows color (decimal): -7347713 or 16769423. OLE color: 16769423.

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

Color convert

RGB 143 225 255 -
CMYK 0.44 0.12 0 0
HSL 196.07º 1% 0.78% -
HSV(B) 196.07º 0.44% 1% -
XYZ 56.3 66.91 104.56 -
YUV 203.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 143 225 255 0.44 0.12 0 0 196.07 1 0.78
Hex 8F E1 FF 2C C 0 0 C4 64 4E
Octal 217 341 377 54 14 0 0 304 144 116
Binary 10001111 11100001 11111111 101100 1100 0 0 11000100 1100100 1001110

Color Harmonies of #8FE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE1FF

Black with #8FE1FF

Text Example


Text Example

White with #8FE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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