Html Css Color HEX #8FEAFF Columbia Blue

📋 copy color: '#8FEAFF'

red 143 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #8FEAFF

Tints of Columbia Blue #8FEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.03%

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

R = 22.63%
G = 37.03%
B = 40.35%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FEAFF (or 0x8FEAFF) is known color: Columbia Blue. HEX triplet: 8F, EA and FF. RGB value is (143,234,255). Sum of RGB (Red+Green+Blue) = 143+234+255=632 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.63% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEAFF is #701500. Grayscale: #D1D1D1. Windows color (decimal): -7345409 or 16771727. OLE color: 16771727.

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

Color convert

RGB 143 234 255 -
CMYK 0.44 0.08 0 0
HSL 191.25º 1% 0.78% -
HSV(B) 191.25º 0.44% 1% -
XYZ 58.8 71.91 105.39 -
YUV 209.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 143 234 255 0.44 0.08 0 0 191.25 1 0.78
Hex 8F EA FF 2C 8 0 0 BF 64 4E
Octal 217 352 377 54 10 0 0 277 144 116
Binary 10001111 11101010 11111111 101100 1000 0 0 10111111 1100100 1001110

Color Harmonies of #8FEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEAFF

Black with #8FEAFF

Text Example


Text Example

White with #8FEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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