Html Css Color HEX #8FE2FF Columbia Blue

📋 copy color: '#8FE2FF'

red 143 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #8FE2FF

Tints of Columbia Blue #8FE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.22%

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

R = 22.92%
G = 36.22%
B = 40.87%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FE2FF (or 0x8FE2FF) is known color: Columbia Blue. HEX triplet: 8F, E2 and FF. RGB value is (143,226,255). Sum of RGB (Red+Green+Blue) = 143+226+255=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE2FF is #701D00. Grayscale: #CCCCCC. Windows color (decimal): -7347457 or 16769679. OLE color: 16769679.

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

Color convert

RGB 143 226 255 -
CMYK 0.44 0.11 0 0
HSL 195.54º 1% 0.78% -
HSV(B) 195.54º 0.44% 1% -
XYZ 56.57 67.45 104.65 -
YUV 204.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 143 226 255 0.44 0.11 0 0 195.54 1 0.78
Hex 8F E2 FF 2C B 0 0 C4 64 4E
Octal 217 342 377 54 13 0 0 304 144 116
Binary 10001111 11100010 11111111 101100 1011 0 0 11000100 1100100 1001110

Color Harmonies of #8FE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE2FF

Black with #8FE2FF

Text Example


Text Example

White with #8FE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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