Html Css Color HEX #8FE4FE Columbia Blue

📋 copy color: '#8FE4FE'

red 143 ◦ green 228 ◦ blue 254

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

Shades of Columbia Blue #8FE4FE

Tints of Columbia Blue #8FE4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.48%

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 22.88%
G = 36.48%
B = 40.64%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FE4FE (or 0x8FE4FE) is known color: Columbia Blue. HEX triplet: 8F, E4 and FE. RGB value is (143,228,254). Sum of RGB (Red+Green+Blue) = 143+228+254=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FE4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE4FE is #701B01. Grayscale: #CDCDCD. Windows color (decimal): -7346946 or 16704655. OLE color: 16704655.

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

Color convert

RGB 143 228 254 -
CMYK 0.44 0.10 0 0.00
HSL 194.05º 0.98% 0.78% -
HSV(B) 194.05º 0.44% 1% -
XYZ 56.96 68.48 103.98 -
YUV 205.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 143 228 254 0.44 0.10 0 0.00 194.05 0.98 0.78
Hex 8F E4 FE 2C A 0 0 C2 62 4E
Octal 217 344 376 54 12 0 0 302 142 116
Binary 10001111 11100100 11111110 101100 1010 0 0 11000010 1100010 1001110

Color Harmonies of #8FE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE4FE

Black with #8FE4FE

Text Example


Text Example

White with #8FE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,228,254); }

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

background-color css

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

 a { background-color: rgb(143,228,254); }

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

border-color css

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

 span { border-color: rgb(143,228,254); }

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